diff options
author | Ben Holt <bjh@apple.com> | 2010-03-19 21:12:29 +0000 |
---|---|---|
committer | Ben Holt <bjh@apple.com> | 2010-03-19 21:12:29 +0000 |
commit | cbafd97df3c7236b566f9a26155da76f8fc710ac (patch) | |
tree | d2255e98ba8a6fe0e97c26623abfb897169a57a3 /utils | |
parent | e5718bacb9443b982c479cc6a338ee2ac7c38a5f (diff) | |
download | external_llvm-cbafd97df3c7236b566f9a26155da76f8fc710ac.zip external_llvm-cbafd97df3c7236b566f9a26155da76f8fc710ac.tar.gz external_llvm-cbafd97df3c7236b566f9a26155da76f8fc710ac.tar.bz2 |
Test commit (removed extra blank line)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@98988 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils')
-rw-r--r-- | utils/lit/lit/LitFormats.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/utils/lit/lit/LitFormats.py b/utils/lit/lit/LitFormats.py index 270f087..e86f103 100644 --- a/utils/lit/lit/LitFormats.py +++ b/utils/lit/lit/LitFormats.py @@ -1,3 +1,2 @@ from TestFormats import GoogleTest, ShTest, TclTest from TestFormats import SyntaxCheckTest, OneCommandPerFileTest - |