aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Chisnall <csdavec@swan.ac.uk>2010-10-14 18:15:20 +0000
committerDavid Chisnall <csdavec@swan.ac.uk>2010-10-14 18:15:20 +0000
commitf34553d823e4434e84851b5dc06c6a98346ab2f6 (patch)
tree197e772d350776e7f26dd7d430ba86b55537d234
parent8ac2d449820fd0df00fcbde5bf82165c1f49854d (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.m2
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