summaryrefslogtreecommitdiffstats
path: root/clang/test/Index/annotate-tokens-preamble.c
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/Index/annotate-tokens-preamble.c')
-rw-r--r--clang/test/Index/annotate-tokens-preamble.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/test/Index/annotate-tokens-preamble.c b/clang/test/Index/annotate-tokens-preamble.c
index afac87a77aa..aa222bdee32 100644
--- a/clang/test/Index/annotate-tokens-preamble.c
+++ b/clang/test/Index/annotate-tokens-preamble.c
@@ -14,7 +14,7 @@ void f(void *ptr) {
// CHECK: Punctuation: "*" [3:13 - 3:14] ParmDecl=ptr:3:14 (Definition)
// CHECK: Identifier: "ptr" [3:14 - 3:17] ParmDecl=ptr:3:14 (Definition)
// CHECK: Punctuation: ")" [3:17 - 3:18] FunctionDecl=f:3:6 (Definition)
-// CHECK: Punctuation: "{" [3:19 - 3:20] UnexposedStmt=
-// CHECK: Punctuation: "}" [4:1 - 4:2] UnexposedStmt=
+// CHECK: Punctuation: "{" [3:19 - 3:20] CompoundStmt=
+// CHECK: Punctuation: "}" [4:1 - 4:2] CompoundStmt=
OpenPOWER on IntegriCloud