From e07c5b06c4b992688344ae68fc7e8401bdda4053 Mon Sep 17 00:00:00 2001 From: Douglas Gregor Date: Tue, 9 Feb 2010 22:40:03 +0000 Subject: [PATCH] Add in the LIT magic to avoid running AST merge test inputs as 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 | 1 + test/ASTMerge/Inputs/var1.c | 1 - test/ASTMerge/Inputs/var2.c | 1 - 3 files changed, 1 insertion(+), 2 deletions(-) create mode 100644 test/ASTMerge/Inputs/lit.local.cfg diff --git a/test/ASTMerge/Inputs/lit.local.cfg b/test/ASTMerge/Inputs/lit.local.cfg new file mode 100644 index 0000000000..e6f55eef7a --- /dev/null +++ b/test/ASTMerge/Inputs/lit.local.cfg @@ -0,0 +1 @@ +config.suffixes = [] diff --git a/test/ASTMerge/Inputs/var1.c b/test/ASTMerge/Inputs/var1.c index 21fc419a8a..c87e58b6ad 100644 --- a/test/ASTMerge/Inputs/var1.c +++ b/test/ASTMerge/Inputs/var1.c @@ -1,3 +1,2 @@ -// RUN: true int *x0; float **x1; diff --git a/test/ASTMerge/Inputs/var2.c b/test/ASTMerge/Inputs/var2.c index 34d67968e5..526a45b9f7 100644 --- a/test/ASTMerge/Inputs/var2.c +++ b/test/ASTMerge/Inputs/var2.c @@ -1,3 +1,2 @@ -// RUN: true int *x0; double *x1; -- 2.50.1