diff options
author | Nico Weber <nicolasweber@gmx.de> | 2008-08-22 09:33:51 +0000 |
---|---|---|
committer | Nico Weber <nicolasweber@gmx.de> | 2008-08-22 09:33:51 +0000 |
commit | dfb99a968b3cebe4ca5dd7941f228678f2cb3566 (patch) | |
tree | 5abd581b8210a79aa2b660cf76954868a5b69761 | |
parent | 0fca022d77b89100e746f4d659b84ed5b1ee0158 (diff) |
make test fails if llvm is checked out to llvm-svn of if there is a dash somewhere else in the path. fix that.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@55175 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/Preprocessor/dumptokens_phyloc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Preprocessor/dumptokens_phyloc.c b/test/Preprocessor/dumptokens_phyloc.c index 812b2b2519..ea468728bb 100644 --- a/test/Preprocessor/dumptokens_phyloc.c +++ b/test/Preprocessor/dumptokens_phyloc.c @@ -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 |