forked from OSchip/llvm-project
[lldb][NFC] Fix a typo in TestCppMultipleInheritance
This commit is contained in:
parent
eeb713bbe2
commit
4df4edb6ad
|
@ -9,7 +9,7 @@ class TestCase(TestBase):
|
|||
|
||||
def test(self):
|
||||
self.build()
|
||||
lldbutil.run_to_source_breakpoint(self,"// break here", lldb.SBFileSpec("main.cpp"))
|
||||
lldbutil.run_to_source_breakpoint(self, "// break here", lldb.SBFileSpec("main.cpp"))
|
||||
|
||||
# Member access
|
||||
self.expect_expr("C.Base1::m_base", result_type="int", result_value="11")
|
||||
|
|
Loading…
Reference in New Issue