summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/test/clangd/completion.test
diff options
context:
space:
mode:
Diffstat (limited to 'clang-tools-extra/test/clangd/completion.test')
-rw-r--r--clang-tools-extra/test/clangd/completion.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/clang-tools-extra/test/clangd/completion.test b/clang-tools-extra/test/clangd/completion.test
index 441cc7df63d..c679e328394 100644
--- a/clang-tools-extra/test/clangd/completion.test
+++ b/clang-tools-extra/test/clangd/completion.test
@@ -16,7 +16,7 @@
# CHECK-NEXT: "insertText": "a",
# CHECK-NEXT: "insertTextFormat": 1,
# CHECK-NEXT: "kind": 5,
-# CHECK-NEXT: "label": "a",
+# CHECK-NEXT: "label": " a",
# CHECK-NEXT: "sortText": "{{.*}}a"
# CHECK-NEXT: }
# CHECK-NEXT: ]
@@ -36,7 +36,7 @@
# CHECK-NEXT: "insertText": "b",
# CHECK-NEXT: "insertTextFormat": 1,
# CHECK-NEXT: "kind": 5,
-# CHECK-NEXT: "label": "b",
+# CHECK-NEXT: "label": " b",
# CHECK-NEXT: "sortText": "{{.*}}b"
# CHECK-NEXT: }
# CHECK-NEXT: ]
OpenPOWER on IntegriCloud