diff options
-rw-r--r-- | lldb/test/embedded_interpreter/TestConvenienceVariables.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lldb/test/embedded_interpreter/TestConvenienceVariables.py b/lldb/test/embedded_interpreter/TestConvenienceVariables.py index 0767db5d722..46450ae6323 100644 --- a/lldb/test/embedded_interpreter/TestConvenienceVariables.py +++ b/lldb/test/embedded_interpreter/TestConvenienceVariables.py @@ -16,8 +16,7 @@ class ConvenienceVariablesCase(TestBase): self.buildDsym() self.convenience_variables() - @python_api_test - def test_with_dwarf_and_process_launch_api(self): + def test_with_dwarf_and_run_commands(self): """Test convenience variables lldb.debugger, lldb.target, lldb.process, lldb.thread, and lldb.frame.""" self.buildDwarf() self.convenience_variables() |