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

Mike Stump mrs at apple.com
Mon Oct 27 15:49:55 PDT 2008


Author: mrs
Date: Mon Oct 27 17:49:55 2008
New Revision: 58291

URL: http://llvm.org/viewvc/llvm-project?rev=58291&view=rev
Log:
Skip random pathname characters better.  I had a 5 in mine.

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=58291&r1=58290&r2=58291&view=diff

==============================================================================
--- cfe/trunk/test/Preprocessor/dumptokens_phyloc.c (original)
+++ cfe/trunk/test/Preprocessor/dumptokens_phyloc.c Mon Oct 27 17:49:55 2008
@@ -1,4 +1,4 @@
-// RUN: clang -dump-tokens %s 2>&1 | grep "PhysLoc=[-_.a-zA-Z/\\]*:3:20"
+// RUN: clang -dump-tokens %s 2>&1 | grep "PhysLoc=.*dumptokens_phyloc.c:3:20"
 
 #define TESTPHYLOC 10
 





More information about the cfe-commits mailing list