diff options
-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 b5c4d7bae3..27a22424eb 100644 --- a/test/Preprocessor/dumptokens_phyloc.c +++ b/test/Preprocessor/dumptokens_phyloc.c @@ -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 |