mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-02-15 23:40:54 +00:00
[lldb][NFC] Add a missing test case to TestCppConstructors.py
This commit is contained in:
parent
2bab1738f3
commit
b4608efc0b
@ -11,6 +11,7 @@ class TestCase(TestBase):
|
||||
self.build()
|
||||
lldbutil.run_to_source_breakpoint(self,"// break here", lldb.SBFileSpec("main.cpp"))
|
||||
self.expect_expr("ClassWithImplicitCtor().foo()", result_type="int", result_value="1")
|
||||
self.expect_expr("ClassWithOneCtor(2).value", result_type="int", result_value="2")
|
||||
self.expect_expr("ClassWithMultipleCtor(3).value", result_type="int", result_value="3")
|
||||
self.expect_expr("ClassWithMultipleCtor(3, 1).value", result_type="int", result_value="4")
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user