diff options
author | Nuno Lopes <nunoplopes@sapo.pt> | 2008-07-19 22:11:43 +0000 |
---|---|---|
committer | Nuno Lopes <nunoplopes@sapo.pt> | 2008-07-19 22:11:43 +0000 |
commit | 9039a69ab9b44f9e5431c050c22f01164b85fcfa (patch) | |
tree | d8440334b82bfd507f2d8e4d91b08269843edf73 | |
parent | 17360d58e21e65718ead486482e001c7dfe7ed80 (diff) |
fix test
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@53802 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 45081ec161..812b2b2519 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 |