diff options
-rw-r--r-- | test/Preprocessor/c99-6_10_3_3_p4.c | 3 | ||||
-rw-r--r-- | test/Preprocessor/macro_disable3.c | 2 | ||||
-rw-r--r-- | test/Preprocessor/macro_rparen_scan2.c | 2 |
3 files changed, 4 insertions, 3 deletions
diff --git a/test/Preprocessor/c99-6_10_3_3_p4.c b/test/Preprocessor/c99-6_10_3_3_p4.c index a23fb77602..99ad6e88a3 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 2983f2d9a4..d4a5664ae9 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 30597a0097..c7fb9e3b08 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 ) |