Fix test name.

llvm-svn: 212694
This commit is contained in:
Jason Molenda 2014-07-10 09:55:19 +00:00
parent f294f25d3a
commit 91c2a99740
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ class TestMultipleSimultaneousDebuggers(TestBase):
self.lib_dir = os.environ["LLDB_LIB_DIR"]
@skipIfi386
def test_whatever(self):
def test_multiple_debuggers(self):
self.driver_exe = os.path.join(os.getcwd(), "multi-process-driver")
self.buildDriver('multi-process-driver.cpp', self.driver_exe)