diff options
Diffstat (limited to 'clang-tools-extra/test/clangd/completion-snippets.test')
-rw-r--r-- | clang-tools-extra/test/clangd/completion-snippets.test | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/clang-tools-extra/test/clangd/completion-snippets.test b/clang-tools-extra/test/clangd/completion-snippets.test index 48d212f087f..1b9a24e0565 100644 --- a/clang-tools-extra/test/clangd/completion-snippets.test +++ b/clang-tools-extra/test/clangd/completion-snippets.test @@ -28,9 +28,7 @@ # CHECK-NEXT: "result": { # CHECK-NEXT: "isIncomplete": {{.*}} # CHECK-NEXT: "items": [ -# CHECK-NEXT: { -# CHECK-NEXT: "detail": "int", -# CHECK-NEXT: "filterText": "func_with_args", +# CHECK: "filterText": "func_with_args", # CHECK-NEXT: "insertText": "func_with_args(${1:int a}, ${2:int b})", # CHECK-NEXT: "insertTextFormat": 2, # CHECK-NEXT: "kind": 3, |