Skip to content

Commit c6f6460

Browse files
committed
[LLDB] Temporarily break DIL test.
DO NOT REVIEW!! DO NOT COMMIT!! This is only for purposed of capturing Github screen shots.
1 parent db42209 commit c6f6460

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/test/API/commands/frame/var-dil/basics/MemberOfInheritance/TestFrameVarDILMemberOfInheritance.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,4 @@ def test_frame_var(self):
4646
self.expect_var_path("parent_base->y", value="2")
4747
self.expect_var_path("parent->x", value="1")
4848
self.expect_var_path("parent->y", value="2")
49-
self.expect_var_path("parent->z", value="3")
49+
self.expect_var_path("parent->z", value="5")

0 commit comments

Comments
 (0)