aboutsummaryrefslogtreecommitdiffstats
path: root/utils/lit/TclTest.py
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2009-09-14 02:38:46 +0000
committerDaniel Dunbar <daniel@zuster.org>2009-09-14 02:38:46 +0000
commit00a42449ecd9aa243d844ffd1e473fd88fe1a2b1 (patch)
tree17b44010437ffca31b69f7840ede82caef1ccbb9 /utils/lit/TclTest.py
parentaf7263d51edaf55f56808fd7796d1a910aac46ee (diff)
downloadexternal_llvm-00a42449ecd9aa243d844ffd1e473fd88fe1a2b1.zip
external_llvm-00a42449ecd9aa243d844ffd1e473fd88fe1a2b1.tar.gz
external_llvm-00a42449ecd9aa243d844ffd1e473fd88fe1a2b1.tar.bz2
lit: Give test formats control over test discovery.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81751 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils/lit/TclTest.py')
-rw-r--r--utils/lit/TclTest.py7
1 files changed, 0 insertions, 7 deletions
diff --git a/utils/lit/TclTest.py b/utils/lit/TclTest.py
deleted file mode 100644
index e79f179..0000000
--- a/utils/lit/TclTest.py
+++ /dev/null
@@ -1,7 +0,0 @@
-import TestRunner
-
-class TclTest:
- def execute(self, test, litConfig):
- return TestRunner.executeTclTest(test, litConfig)
-
-