summaryrefslogtreecommitdiffstats
path: root/llvm/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
commit54ec232c605ae89b0fff7b144e893f89c0282529 (patch)
tree7e8e44e98d8b5bcb5ec19ace53da4fc5129c0ab9 /llvm/utils/lit/TclTest.py
parenta22585ada99120d12d659ed6ecfc112231276130 (diff)
downloadbcm5719-llvm-54ec232c605ae89b0fff7b144e893f89c0282529.tar.gz
bcm5719-llvm-54ec232c605ae89b0fff7b144e893f89c0282529.zip
lit: Give test formats control over test discovery.
llvm-svn: 81751
Diffstat (limited to 'llvm/utils/lit/TclTest.py')
-rw-r--r--llvm/utils/lit/TclTest.py7
1 files changed, 0 insertions, 7 deletions
diff --git a/llvm/utils/lit/TclTest.py b/llvm/utils/lit/TclTest.py
deleted file mode 100644
index e79f1797506..00000000000
--- a/llvm/utils/lit/TclTest.py
+++ /dev/null
@@ -1,7 +0,0 @@
-import TestRunner
-
-class TclTest:
- def execute(self, test, litConfig):
- return TestRunner.executeTclTest(test, litConfig)
-
-
OpenPOWER on IntegriCloud