diff options
Diffstat (limited to 'lldb/test/lang/cpp/dynamic-value')
| -rw-r--r-- | lldb/test/lang/cpp/dynamic-value/TestDynamicValue.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/lang/cpp/dynamic-value/TestDynamicValue.py b/lldb/test/lang/cpp/dynamic-value/TestDynamicValue.py index dfd6127b166..43853945a25 100644 --- a/lldb/test/lang/cpp/dynamic-value/TestDynamicValue.py +++ b/lldb/test/lang/cpp/dynamic-value/TestDynamicValue.py @@ -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") |

