[cfe-commits] r85194 - in /cfe/trunk/test/Preprocessor: c99-6_10_3_3_p4.c macro_disable3.c macro_rparen_scan2.c

Edward O'Callaghan eocallaghan at auroraux.org
Mon Oct 26 18:45:51 PDT 2009


Author: evocallaghan
Date: Mon Oct 26 20:45:51 2009
New Revision: 85194

URL: http://llvm.org/viewvc/llvm-project?rev=85194&view=rev
Log:
Preprocessor tests are whitespace sensitive, as per Revision: 85170 review.

Modified:
    cfe/trunk/test/Preprocessor/c99-6_10_3_3_p4.c
    cfe/trunk/test/Preprocessor/macro_disable3.c
    cfe/trunk/test/Preprocessor/macro_rparen_scan2.c

Modified: cfe/trunk/test/Preprocessor/c99-6_10_3_3_p4.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Preprocessor/c99-6_10_3_3_p4.c?rev=85194&r1=85193&r2=85194&view=diff

==============================================================================
--- cfe/trunk/test/Preprocessor/c99-6_10_3_3_p4.c (original)
+++ cfe/trunk/test/Preprocessor/c99-6_10_3_3_p4.c Mon Oct 26 20:45:51 2009
@@ -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) 

Modified: cfe/trunk/test/Preprocessor/macro_disable3.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Preprocessor/macro_disable3.c?rev=85194&r1=85193&r2=85194&view=diff

==============================================================================
--- cfe/trunk/test/Preprocessor/macro_disable3.c (original)
+++ cfe/trunk/test/Preprocessor/macro_disable3.c Mon Oct 26 20:45:51 2009
@@ -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)) 

Modified: cfe/trunk/test/Preprocessor/macro_rparen_scan2.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Preprocessor/macro_rparen_scan2.c?rev=85194&r1=85193&r2=85194&view=diff

==============================================================================
--- cfe/trunk/test/Preprocessor/macro_rparen_scan2.c (original)
+++ cfe/trunk/test/Preprocessor/macro_rparen_scan2.c Mon Oct 26 20:45:51 2009
@@ -1,4 +1,4 @@
-// RUN: clang-cc -E %s | FileCheck %s
+// RUN: clang-cc -E %s | FileCheck -strict-whitespace %s
 
 #define R_PAREN ) 
 





More information about the cfe-commits mailing list