diff options
| author | Johnny Chen <johnny.chen@apple.com> | 2011-09-15 22:13:43 +0000 |
|---|---|---|
| committer | Johnny Chen <johnny.chen@apple.com> | 2011-09-15 22:13:43 +0000 |
| commit | 3c7054a37b5e2a5bd084da0ec8d70e328b106db1 (patch) | |
| tree | 9bff5f72e7277c2ec14dc9334e21642f43c31f18 /lldb/test/python_api/sbdata | |
| parent | 55114c241cf3c0f63f1ea585b38de80c422d3148 (diff) | |
| download | bcm5719-llvm-3c7054a37b5e2a5bd084da0ec8d70e328b106db1.tar.gz bcm5719-llvm-3c7054a37b5e2a5bd084da0ec8d70e328b106db1.zip | |
Fix wrong test method name.
llvm-svn: 139863
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() |

