diff options
author | dim <dim@FreeBSD.org> | 2011-02-20 13:06:31 +0000 |
---|---|---|
committer | dim <dim@FreeBSD.org> | 2011-02-20 13:06:31 +0000 |
commit | 39fcc9a984e2820e4ea0fa2ac4abd17d9f3a31df (patch) | |
tree | a9243275843fbeaa590afc07ee888e006b8d54ea /test/Index/annotate-tokens-include.c | |
parent | 69b4eca4a4255ba43baa5c1d9bbdec3ec17f479e (diff) | |
download | FreeBSD-src-39fcc9a984e2820e4ea0fa2ac4abd17d9f3a31df.zip FreeBSD-src-39fcc9a984e2820e4ea0fa2ac4abd17d9f3a31df.tar.gz |
Vendor import of clang trunk r126079:
http://llvm.org/svn/llvm-project/cfe/trunk@126079
Diffstat (limited to 'test/Index/annotate-tokens-include.c')
-rw-r--r-- | test/Index/annotate-tokens-include.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/test/Index/annotate-tokens-include.c b/test/Index/annotate-tokens-include.c index 3c3c43b..2190125 100644 --- a/test/Index/annotate-tokens-include.c +++ b/test/Index/annotate-tokens-include.c @@ -1,6 +1,7 @@ #include "annotate-tokens-include.h" // RUN: c-index-test -test-annotate-tokens=%s:1:1:2:1 %s | FileCheck %s -// CHECK: Identifier: "include" [1:2 - 1:9] preprocessing directive= -// CHECK: Literal: ""annotate-tokens-include.h"" [1:10 - 1:37] preprocessing directive= +// CHECK: Punctuation: "#" [1:1 - 1:2] inclusion directive=annotate-tokens-include.h +// CHECK: Identifier: "include" [1:2 - 1:9] inclusion directive=annotate-tokens-include.h +// CHECK: Literal: ""annotate-tokens-include.h"" [1:10 - 1:37] inclusion directive=annotate-tokens-include.h |