diff options
author | David Chisnall <csdavec@swan.ac.uk> | 2010-10-14 18:15:20 +0000 |
---|---|---|
committer | David Chisnall <csdavec@swan.ac.uk> | 2010-10-14 18:15:20 +0000 |
commit | f34553d823e4434e84851b5dc06c6a98346ab2f6 (patch) | |
tree | 197e772d350776e7f26dd7d430ba86b55537d234 | |
parent | 8ac2d449820fd0df00fcbde5bf82165c1f49854d (diff) |
Test case for r116439
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@116493 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/Index/c-index-spurious-keyword.m | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/Index/c-index-spurious-keyword.m b/test/Index/c-index-spurious-keyword.m new file mode 100644 index 0000000000..15befa7d41 --- /dev/null +++ b/test/Index/c-index-spurious-keyword.m @@ -0,0 +1,2 @@ +int end; +// RUN: c-index-test -test-annotate-tokens=c-index-spurious-keyword.m:1:5:1:7 %s | grep Identifier: | count 1 |