commit | 848b9b6227e8319efabc9d65aa6ca58c24b85f8b | [log] [tgz] |
---|---|---|
author | Edward O'Callaghan <eocallaghan@auroraux.org> | Tue Oct 27 01:45:51 2009 +0000 |
committer | Edward O'Callaghan <eocallaghan@auroraux.org> | Tue Oct 27 01:45:51 2009 +0000 |
tree | e7a11f8218d1fd2ce2af5ce84ba91cae7118e592 | |
parent | 776229180339d9e91246cefa0fa324d7ab0304e4 [diff] |
Preprocessor tests are whitespace sensitive, as per Revision: 85170 review. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@85194 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/Preprocessor/c99-6_10_3_3_p4.c b/test/Preprocessor/c99-6_10_3_3_p4.c index a23fb77..99ad6e8 100644 --- a/test/Preprocessor/c99-6_10_3_3_p4.c +++ b/test/Preprocessor/c99-6_10_3_3_p4.c
@@ -1,4 +1,5 @@ -// RUN: clang-cc -E %s | FileCheck %s +// RUN: clang-cc -E %s | FileCheck -strict-whitespace %s + #define hash_hash # ## # #define mkstr(a) # a #define in_between(a) mkstr(a)
diff --git a/test/Preprocessor/macro_disable3.c b/test/Preprocessor/macro_disable3.c index 2983f2d..d4a5664 100644 --- a/test/Preprocessor/macro_disable3.c +++ b/test/Preprocessor/macro_disable3.c
@@ -1,4 +1,4 @@ -// RUN: clang-cc %s -E | FileCheck %s +// RUN: clang-cc %s -E | FileCheck -strict-whitespace %s // Check for C99 6.10.3.4p2. #define f(a) f(x * (a))
diff --git a/test/Preprocessor/macro_rparen_scan2.c b/test/Preprocessor/macro_rparen_scan2.c index 30597a0..c7fb9e3 100644 --- a/test/Preprocessor/macro_rparen_scan2.c +++ b/test/Preprocessor/macro_rparen_scan2.c
@@ -1,4 +1,4 @@ -// RUN: clang-cc -E %s | FileCheck %s +// RUN: clang-cc -E %s | FileCheck -strict-whitespace %s #define R_PAREN )