forked from OSchip/llvm-project
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:
parent
6b2a474531
commit
44e16a3f4c
|
@ -0,0 +1 @@
|
|||
config.suffixes = []
|
|
@ -1,3 +1,2 @@
|
|||
// RUN: true
|
||||
int *x0;
|
||||
float **x1;
|
||||
|
|
|
@ -1,3 +1,2 @@
|
|||
// RUN: true
|
||||
int *x0;
|
||||
double *x1;
|
||||
|
|
Loading…
Reference in New Issue