diff options
author | Daniel Dunbar <daniel@zuster.org> | 2009-12-26 22:58:23 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2009-12-26 22:58:23 +0000 |
commit | d24f1f342a4637756297117ead63e2e966999126 (patch) | |
tree | 4b0ee99babcd8cb15a55dfb61065bf855a1047af /utils/lit/LitFormats.py | |
parent | ba7b1c4db4ae5250564f5cab53e8f0f35c661a94 (diff) |
lit: Sink code into a 'lit' package.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92168 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils/lit/LitFormats.py')
-rw-r--r-- | utils/lit/LitFormats.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/utils/lit/LitFormats.py b/utils/lit/LitFormats.py deleted file mode 100644 index 270f087070..0000000000 --- a/utils/lit/LitFormats.py +++ /dev/null @@ -1,3 +0,0 @@ -from TestFormats import GoogleTest, ShTest, TclTest -from TestFormats import SyntaxCheckTest, OneCommandPerFileTest - |