Fix wrong test method name.

llvm-svn: 139863
This commit is contained in:
Johnny Chen 2011-09-15 22:13:43 +00:00
parent 55114c241c
commit 3c7054a37b
1 changed files with 1 additions and 1 deletions

View File

@ -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()