File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
lldb/test/API/commands/expression/diagnostics Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ def test_source_and_caret_printing(self):
33
33
self .assertIn (
34
34
"""
35
35
1 | unknown_identifier
36
- | ^
36
+ | ^~~~~~~~~~~~~~~~~~
37
37
""" ,
38
38
value .GetError ().GetCString (),
39
39
)
@@ -45,7 +45,7 @@ def test_source_and_caret_printing(self):
45
45
self .assertIn (
46
46
"""
47
47
1 | 1 + unknown_identifier
48
- | ^
48
+ | ^~~~~~~~~~~~~~~~~~
49
49
""" ,
50
50
value .GetError ().GetCString (),
51
51
)
@@ -57,7 +57,7 @@ def test_source_and_caret_printing(self):
57
57
self .assertIn (
58
58
"""
59
59
2 | foobar +=1;
60
- | ^
60
+ | ^~~~~~
61
61
""" ,
62
62
value .GetError ().GetCString (),
63
63
)
@@ -74,7 +74,7 @@ def test_source_and_caret_printing(self):
74
74
self .assertIn (
75
75
"""
76
76
1 | void foo(unknown_type x) {}
77
- | ^
77
+ | ^~~~~~~~~~~~
78
78
""" ,
79
79
value .GetError ().GetCString (),
80
80
)
You can’t perform that action at this time.
0 commit comments