diff options
Diffstat (limited to 'test/Index/annotate-tokens.cpp')
-rw-r--r-- | test/Index/annotate-tokens.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Index/annotate-tokens.cpp b/test/Index/annotate-tokens.cpp index 0aac96b461..3138babf0a 100644 --- a/test/Index/annotate-tokens.cpp +++ b/test/Index/annotate-tokens.cpp @@ -28,4 +28,4 @@ void test(bonk X) { // CHECK: Identifier: "bonk" [4:24 - 4:28] TypeRef=struct bonk:1:8 // CHECK: Punctuation: ")" [4:28 - 4:29] UnexposedExpr= // CHECK: Punctuation: ";" [4:29 - 4:30] UnexposedStmt= -// CHECK: Punctuation: "}" [5:1 - 5:2] UnexposedStmt=
\ No newline at end of file +// CHECK: Punctuation: "}" [5:1 - 5:2] UnexposedStmt= |