summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohnny Chen <johnny.chen@apple.com>2011-05-06 22:53:08 +0000
committerJohnny Chen <johnny.chen@apple.com>2011-05-06 22:53:08 +0000
commited0443624be80edd13a6202ef0c92c4cced477b9 (patch)
treeb8886028ed489b834172b640e320af2f68f0d567
parent307eace474200837ed45b15e4a2d30a930e8de78 (diff)
downloadbcm5719-llvm-ed0443624be80edd13a6202ef0c92c4cced477b9.tar.gz
bcm5719-llvm-ed0443624be80edd13a6202ef0c92c4cced477b9.zip
Fix wrong test method name due to cut-and-paste.
llvm-svn: 131033
-rw-r--r--lldb/test/embedded_interpreter/TestConvenienceVariables.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/lldb/test/embedded_interpreter/TestConvenienceVariables.py b/lldb/test/embedded_interpreter/TestConvenienceVariables.py
index 0767db5d722..46450ae6323 100644
--- a/lldb/test/embedded_interpreter/TestConvenienceVariables.py
+++ b/lldb/test/embedded_interpreter/TestConvenienceVariables.py
@@ -16,8 +16,7 @@ class ConvenienceVariablesCase(TestBase):
self.buildDsym()
self.convenience_variables()
- @python_api_test
- def test_with_dwarf_and_process_launch_api(self):
+ def test_with_dwarf_and_run_commands(self):
"""Test convenience variables lldb.debugger, lldb.target, lldb.process, lldb.thread, and lldb.frame."""
self.buildDwarf()
self.convenience_variables()
OpenPOWER on IntegriCloud