]> granicus.if.org Git - clang/commitdiff
Add in the LIT magic to avoid running AST merge test inputs as
authorDouglas Gregor <dgregor@apple.com>
Tue, 9 Feb 2010 22:40:03 +0000 (22:40 +0000)
committerDouglas Gregor <dgregor@apple.com>
Tue, 9 Feb 2010 22:40:03 +0000 (22:40 +0000)
separate tests. Thanks, Daniel!

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@95705 91177308-0d34-0410-b5e6-96231b3b80d8

test/ASTMerge/Inputs/lit.local.cfg [new file with mode: 0644]
test/ASTMerge/Inputs/var1.c
test/ASTMerge/Inputs/var2.c

diff --git a/test/ASTMerge/Inputs/lit.local.cfg b/test/ASTMerge/Inputs/lit.local.cfg
new file mode 100644 (file)
index 0000000..e6f55ee
--- /dev/null
@@ -0,0 +1 @@
+config.suffixes = []
index 21fc419a8af3f24e387462a3fcab8025fa10a1b9..c87e58b6ad9ec2e2ae327fd7f6db4b5c65d57220 100644 (file)
@@ -1,3 +1,2 @@
-// RUN: true
 int *x0;
 float **x1;
index 34d67968e5de6c3b666a9c461d645538808d2c3f..526a45b9f7c5b51dd3e5a486d314791ec9f5a013 100644 (file)
@@ -1,3 +1,2 @@
-// RUN: true
 int *x0;
 double *x1;