diff options
Diffstat (limited to 'lldb/test/python_api/sbdata')
| -rw-r--r-- | lldb/test/python_api/sbdata/TestSBData.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/python_api/sbdata/TestSBData.py b/lldb/test/python_api/sbdata/TestSBData.py index 1dffcc0980e..e393fda7a23 100644 --- a/lldb/test/python_api/sbdata/TestSBData.py +++ b/lldb/test/python_api/sbdata/TestSBData.py @@ -19,7 +19,7 @@ class SBDataAPICase(TestBase): self.data_api() @python_api_test - def test_with_dwarf_and_process_launch_api(self): + def test_with_dwarf_and_run_command(self): """Test the SBData APIs.""" self.buildDwarf() self.data_api() |

