diff options
Diffstat (limited to 'test/Preprocessor/dumptokens_phyloc.c')
-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 ea468728bb..b5c4d7bae3 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 -dump-tokens %s 2>&1 | grep "PhysLoc=[-_.a-zA-Z/\\]*:3:20" #define TESTPHYLOC 10 |