From 39fcc9a984e2820e4ea0fa2ac4abd17d9f3a31df Mon Sep 17 00:00:00 2001 From: dim <dim@FreeBSD.org> Date: Sun, 20 Feb 2011 13:06:31 +0000 Subject: Vendor import of clang trunk r126079: http://llvm.org/svn/llvm-project/cfe/trunk@126079 --- test/Index/annotate-tokens-include.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'test/Index/annotate-tokens-include.c') 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 -- cgit v1.1