Skip to content

Commit

Permalink
[lldb] Fix TestVSCode_completions for D141828
Browse files Browse the repository at this point in the history
  • Loading branch information
labath committed Jan 30, 2023
1 parent bde5d31 commit 8b4d263
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def test_completions(self):
[
{
"text": "var",
"label": "var -- vector<basic_string<char> > &",
"label": "var -- vector<basic_string<char>> &",
}
],
[{"text": "var1", "label": "var1 -- int &"}],
Expand All @@ -66,7 +66,7 @@ def test_completions(self):
[
{
"text": "var",
"label": "var -- vector<basic_string<char> > &",
"label": "var -- vector<basic_string<char>> &",
}
],
)
Expand Down

0 comments on commit 8b4d263

Please sign in to comment.