diff options
Diffstat (limited to 'test/Index/annotate-tokens-preamble.c')
-rw-r--r-- | test/Index/annotate-tokens-preamble.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Index/annotate-tokens-preamble.c b/test/Index/annotate-tokens-preamble.c index afac87a77a..aa222bdee3 100644 --- a/test/Index/annotate-tokens-preamble.c +++ b/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= |