[cfe-commits] r53802 - /cfe/trunk/test/Preprocessor/dumptokens_phyloc.c

Nuno Lopes nunoplopes at sapo.pt
Sat Jul 19 15:11:43 PDT 2008


Author: nlopes
Date: Sat Jul 19 17:11:43 2008
New Revision: 53802

URL: http://llvm.org/viewvc/llvm-project?rev=53802&view=rev
Log:
fix test

Modified:
    cfe/trunk/test/Preprocessor/dumptokens_phyloc.c

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

==============================================================================
--- cfe/trunk/test/Preprocessor/dumptokens_phyloc.c (original)
+++ cfe/trunk/test/Preprocessor/dumptokens_phyloc.c Sat Jul 19 17:11:43 2008
@@ -1,4 +1,4 @@
-// RUN: clang -dumptokens %s 2>&1 | grep "PhysLoc=[_.a-zA-Z]*:3:20"
+// RUN: clang -dumptokens %s 2>&1 | grep "PhysLoc=[_.a-zA-Z/\\]*:3:20"
 
 #define TESTPHYLOC 10
 





More information about the cfe-commits mailing list