diff options
author | Chris Lattner <sabre@nondot.org> | 2008-10-12 05:03:36 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2008-10-12 05:03:36 +0000 |
commit | c106c106c6bdf1f37b85f41525ba6958a9498cb0 (patch) | |
tree | 402fa0a4692eedc4acaec591903bd898004dc8dc /test/Preprocessor/dumptokens_phyloc.c | |
parent | 9e6293d4dfd688429f77ee3b6edba9dfd7ada3a2 (diff) | |
download | clang-c106c106c6bdf1f37b85f41525ba6958a9498cb0.tar.gz |
Add a new -dump-raw-tokens option, which allows us to see raw tokens.
Rename -dumptokens to -dump-tokens.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@57405 91177308-0d34-0410-b5e6-96231b3b80d8
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 |