Skip to content

Commit 080087a

Browse files
committed
[lldb] Try to fix TestExprDiagnostics test
1 parent e6f23b3 commit 080087a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lldb/test/API/commands/expression/diagnostics/TestExprDiagnostics.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ def test_source_and_caret_printing(self):
5757
self.assertIn(
5858
"""
5959
2 | foobar +=1;
60-
| ^
60+
| ^~~~~~
6161
""",
6262
value.GetError().GetCString(),
6363
)
@@ -74,7 +74,7 @@ def test_source_and_caret_printing(self):
7474
self.assertIn(
7575
"""
7676
1 | void foo(unknown_type x) {}
77-
| ^
77+
| ^~~~~~~~~~~~
7878
""",
7979
value.GetError().GetCString(),
8080
)

0 commit comments

Comments
 (0)