mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-03-02 15:26:29 +00:00
Use continue instead of next
llvm-svn: 205354
This commit is contained in:
parent
287e79a263
commit
a4d5fc3841
@ -256,7 +256,7 @@ class DynamicValueTestCase(TestBase):
|
||||
# self.runCmd("frame variable")
|
||||
b = self.frame().FindVariable("b").GetDynamicValue(lldb.eDynamicCanRunTarget)
|
||||
self.assertTrue(b.GetNumChildren() == 0, "b has 0 children")
|
||||
self.runCmd("next")
|
||||
self.runCmd("continue")
|
||||
# self.runCmd("frame select 0")
|
||||
# self.runCmd("frame variable")
|
||||
self.assertTrue(b.GetNumChildren() == 0, "b still has 0 children")
|
||||
|
Loading…
x
Reference in New Issue
Block a user