Skip to content

Commit a83327c

Browse files
committed
Break a few more tests intentionally.
1 parent c6f6460 commit a83327c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lldb/test/API/commands/frame/var-dil/basics/ArraySubscript/TestFrameVarDILArraySubscript.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def test_subscript(self):
4141
self.expect("frame var 'int_arr_ref[enum_ref]'", error=True)
4242

4343
# Test when base and index are typedefs.
44-
self.expect_var_path("td_int_arr[0]", True, value="1")
44+
self.expect_var_path("td_int_arr[0]", True, value="5")
4545
self.expect("frame var 'td_int_arr[td_int_idx_1]'", error=True)
4646
self.expect("frame var 'td_int_arr[td_td_int_idx_2]'", error=True)
4747
self.expect_var_path("td_int_ptr[0]", True, value="1")

lldb/test/API/commands/frame/var-dil/basics/LocalVars/TestFrameVarDILLocalVars.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ def test_frame_var(self):
2929
self.expect_var_path("b", value="2")
3030
self.expect_var_path("c", value="'\\xfd'")
3131
self.expect_var_path("(int)c", value="-3")
32-
self.expect_var_path("s", value="4")
32+
self.expect_var_path("s", value="8")

0 commit comments

Comments
 (0)