commit | 7c748661ce1e8898479106bc808cce9b55110f5c | [log] [tgz] |
---|---|---|
author | Daniel Dunbar <daniel@zuster.org> | Wed Sep 16 01:34:52 2009 +0000 |
committer | Daniel Dunbar <daniel@zuster.org> | Wed Sep 16 01:34:52 2009 +0000 |
tree | b969e4338fc7cb375fabdb48a9678f07458eea29 | |
parent | b107fc15fc46e81a99886ad88cc8b6cbfe98ce87 [diff] [blame] |
lit: Add a custom test format for use in clang. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81987 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/utils/lit/LitFormats.py b/utils/lit/LitFormats.py index e22f84b..9b8250d 100644 --- a/utils/lit/LitFormats.py +++ b/utils/lit/LitFormats.py
@@ -1,2 +1,2 @@ -from TestFormats import GoogleTest, ShTest, TclTest +from TestFormats import GoogleTest, ShTest, TclTest, SyntaxCheckTest