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

Nico Weber nicolasweber at gmx.de
Fri Aug 22 02:34:02 PDT 2008


Author: nico
Date: Fri Aug 22 04:33:51 2008
New Revision: 55175

URL: http://llvm.org/viewvc/llvm-project?rev=55175&view=rev
Log:
make test fails if llvm is checked out to llvm-svn of if there is a dash somewhere else in the path. fix that.

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=55175&r1=55174&r2=55175&view=diff

==============================================================================
--- cfe/trunk/test/Preprocessor/dumptokens_phyloc.c (original)
+++ cfe/trunk/test/Preprocessor/dumptokens_phyloc.c Fri Aug 22 04:33:51 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