diff options
author | Douglas Gregor <dgregor@apple.com> | 2010-03-18 21:25:12 +0000 |
---|---|---|
committer | Douglas Gregor <dgregor@apple.com> | 2010-03-18 21:25:12 +0000 |
commit | 5810ead3586b2693344965f8eae575320f51edbf (patch) | |
tree | dcc3e51fcf84f74186986db7ccd7f3a5d1542f48 /clang/test/Index/annotate-tokens-pp.c | |
parent | 361ffd947c1536614ce47d512bbedf2ea8de0851 (diff) | |
download | bcm5719-llvm-5810ead3586b2693344965f8eae575320f51edbf.tar.gz bcm5719-llvm-5810ead3586b2693344965f8eae575320f51edbf.zip |
Try to appease MSVC
llvm-svn: 98875
Diffstat (limited to 'clang/test/Index/annotate-tokens-pp.c')
-rw-r--r-- | clang/test/Index/annotate-tokens-pp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Index/annotate-tokens-pp.c b/clang/test/Index/annotate-tokens-pp.c index 485786e1c4e..5527b4532d4 100644 --- a/clang/test/Index/annotate-tokens-pp.c +++ b/clang/test/Index/annotate-tokens-pp.c @@ -16,7 +16,7 @@ int BAR STILL_NOTHING; // CHECK: Identifier: "honk" [2:31 - 2:35] preprocessing directive= // CHECK: Punctuation: "," [2:35 - 2:36] preprocessing directive= // CHECK: Identifier: "warble" [2:36 - 2:42] preprocessing directive= -// CHECK: Punctuation: ")" [2:42 - 2:43] preprocessing directive= +// CHECK: Punctuation: ")" [2:42 - 2:43] preprocesggsing directive= // CHECK: Punctuation: "#" [3:1 - 3:2] preprocessing directive= // CHECK: Identifier: "define" [3:2 - 3:8] preprocessing directive= // CHECK: Identifier: "BAR" [3:9 - 3:12] macro definition=BAR |