summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason Molenda <jmolenda@apple.com>2014-07-10 09:55:19 +0000
committerJason Molenda <jmolenda@apple.com>2014-07-10 09:55:19 +0000
commit91c2a99740ae33b0c21f5cb3362499a44b9dd54e (patch)
tree5ca8184deadf5b9392f35140467458a0034583fa
parentf294f25d3ab54c6a3267cd5c1c82d25d6fdbee58 (diff)
downloadbcm5719-llvm-91c2a99740ae33b0c21f5cb3362499a44b9dd54e.tar.gz
bcm5719-llvm-91c2a99740ae33b0c21f5cb3362499a44b9dd54e.zip
Fix test name.
llvm-svn: 212694
-rw-r--r--lldb/test/api/multiple-debuggers/TestMultipleDebuggers.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/api/multiple-debuggers/TestMultipleDebuggers.py b/lldb/test/api/multiple-debuggers/TestMultipleDebuggers.py
index 0ea227cfb9a..1684e35b8d3 100644
--- a/lldb/test/api/multiple-debuggers/TestMultipleDebuggers.py
+++ b/lldb/test/api/multiple-debuggers/TestMultipleDebuggers.py
@@ -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)
OpenPOWER on IntegriCloud