aboutsummaryrefslogtreecommitdiff
path: root/test/Index/annotate-tokens-with-default-args.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/Index/annotate-tokens-with-default-args.cpp')
-rw-r--r--test/Index/annotate-tokens-with-default-args.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Index/annotate-tokens-with-default-args.cpp b/test/Index/annotate-tokens-with-default-args.cpp
index 2c8844156f..d5ca7066e1 100644
--- a/test/Index/annotate-tokens-with-default-args.cpp
+++ b/test/Index/annotate-tokens-with-default-args.cpp
@@ -12,5 +12,5 @@ void Foo::m(Foo *f) {}
// CHECK: Punctuation: "*" [3:17 - 3:18] ParmDecl=f:3:18 (Definition)
// CHECK: Identifier: "f" [3:18 - 3:19] ParmDecl=f:3:18 (Definition)
// CHECK: Punctuation: ")" [3:19 - 3:20] CXXMethod=m:3:11 (Definition)
-// CHECK: Punctuation: "{" [3:21 - 3:22] UnexposedStmt=
-// CHECK: Punctuation: "}" [3:22 - 3:23] UnexposedStmt=
+// CHECK: Punctuation: "{" [3:21 - 3:22] CompoundStmt=
+// CHECK: Punctuation: "}" [3:22 - 3:23] CompoundStmt=