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.
1 parent a158352 commit 802e730Copy full SHA for 802e730
lldb/test/API/commands/expression/diagnostics/TestExprDiagnostics.py
@@ -33,7 +33,7 @@ def test_source_and_caret_printing(self):
33
self.assertIn(
34
"""
35
1 | unknown_identifier
36
- | ^
+ | ^~~~~~~~~~~~~~~~~~
37
""",
38
value.GetError().GetCString(),
39
)
@@ -45,7 +45,7 @@ def test_source_and_caret_printing(self):
45
46
47
1 | 1 + unknown_identifier
48
49
50
51
@@ -57,7 +57,7 @@ def test_source_and_caret_printing(self):
57
58
59
2 | foobar +=1;
60
+ | ^~~~~~
61
62
63
0 commit comments