We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9ecab7a + 1e49c96 commit 6d7998bCopy full SHA for 6d7998b
lldb/test/API/tools/lldb-vscode/completions/TestVSCode_completions.py
@@ -41,7 +41,7 @@ def test_completions(self):
41
[
42
{
43
"text": "var",
44
- "label": "var -- vector<basic_string<char> > &",
+ "label": "var -- vector<basic_string<char>> &",
45
}
46
],
47
[{"text": "var1", "label": "var1 -- int &"}],
@@ -66,7 +66,7 @@ def test_completions(self):
66
67
68
69
70
71
72
)
0 commit comments