summaryrefslogtreecommitdiffstats
path: root/llvm/utils/lit/LitFormats.py
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2009-09-16 01:34:52 +0000
committerDaniel Dunbar <daniel@zuster.org>2009-09-16 01:34:52 +0000
commit8d2aa3837791f945ba99fd563501c17481b36968 (patch)
treec33b159f2865903da23474880236538cb16c98e7 /llvm/utils/lit/LitFormats.py
parent1855a56f92a660a13647592e9e57c39996476648 (diff)
downloadbcm5719-llvm-8d2aa3837791f945ba99fd563501c17481b36968.tar.gz
bcm5719-llvm-8d2aa3837791f945ba99fd563501c17481b36968.zip
lit: Add a custom test format for use in clang.
llvm-svn: 81987
Diffstat (limited to 'llvm/utils/lit/LitFormats.py')
-rw-r--r--llvm/utils/lit/LitFormats.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/utils/lit/LitFormats.py b/llvm/utils/lit/LitFormats.py
index e22f84bf89a..9b8250d0aaf 100644
--- a/llvm/utils/lit/LitFormats.py
+++ b/llvm/utils/lit/LitFormats.py
@@ -1,2 +1,2 @@
-from TestFormats import GoogleTest, ShTest, TclTest
+from TestFormats import GoogleTest, ShTest, TclTest, SyntaxCheckTest
OpenPOWER on IntegriCloud