diff options
| author | Daniel Dunbar <daniel@zuster.org> | 2009-09-14 02:38:46 +0000 |
|---|---|---|
| committer | Daniel Dunbar <daniel@zuster.org> | 2009-09-14 02:38:46 +0000 |
| commit | 54ec232c605ae89b0fff7b144e893f89c0282529 (patch) | |
| tree | 7e8e44e98d8b5bcb5ec19ace53da4fc5129c0ab9 /llvm/utils/lit/TclTest.py | |
| parent | a22585ada99120d12d659ed6ecfc112231276130 (diff) | |
| download | bcm5719-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.py | 7 |
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) - - |

