Add in the LIT magic to avoid running AST merge test inputs as

separate tests. Thanks, Daniel!

llvm-svn: 95705
This commit is contained in:
Douglas Gregor 2010-02-09 22:40:03 +00:00
parent 6b2a474531
commit 44e16a3f4c
3 changed files with 1 additions and 2 deletions

View File

@ -0,0 +1 @@
config.suffixes = []

View File

@ -1,3 +1,2 @@
// RUN: true
int *x0;
float **x1;

View File

@ -1,3 +1,2 @@
// RUN: true
int *x0;
double *x1;