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 e6f23b3 commit 080087aCopy full SHA for 080087a
lldb/test/API/commands/expression/diagnostics/TestExprDiagnostics.py
@@ -57,7 +57,7 @@ def test_source_and_caret_printing(self):
57
self.assertIn(
58
"""
59
2 | foobar +=1;
60
- | ^
+ | ^~~~~~
61
""",
62
value.GetError().GetCString(),
63
)
@@ -74,7 +74,7 @@ def test_source_and_caret_printing(self):
74
75
76
1 | void foo(unknown_type x) {}
77
+ | ^~~~~~~~~~~~
78
79
80
0 commit comments