]> granicus.if.org Git - clang/commitdiff
Preprocessor tests are whitespace sensitive, as per Revision: 85170 review.
authorEdward O'Callaghan <eocallaghan@auroraux.org>
Tue, 27 Oct 2009 01:45:51 +0000 (01:45 +0000)
committerEdward O'Callaghan <eocallaghan@auroraux.org>
Tue, 27 Oct 2009 01:45:51 +0000 (01:45 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@85194 91177308-0d34-0410-b5e6-96231b3b80d8

test/Preprocessor/c99-6_10_3_3_p4.c
test/Preprocessor/macro_disable3.c
test/Preprocessor/macro_rparen_scan2.c

index a23fb77602de98c4089662368ebc151ebe2f9e2f..99ad6e88a3f9e05baf2b091d8eb1605b6144c5d2 100644 (file)
@@ -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) 
index 2983f2d9a45205ceb9e9fc1ce333c85d5eaae74a..d4a5664ae9998f1d0c1e578ef4115205ca4cf24c 100644 (file)
@@ -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)) 
index 30597a00973f4aebf796c71e920ae3a339d30507..c7fb9e3b08c9407619217b490bc0f2de84b874b9 100644 (file)
@@ -1,4 +1,4 @@
-// RUN: clang-cc -E %s | FileCheck %s
+// RUN: clang-cc -E %s | FileCheck -strict-whitespace %s
 
 #define R_PAREN )