[Lldb-commits] [lldb] r131033 - /lldb/trunk/test/embedded_interpreter/TestConvenienceVariables.py
Johnny Chen
johnny.chen at apple.com
Fri May 6 15:53:08 PDT 2011
Author: johnny
Date: Fri May 6 17:53:08 2011
New Revision: 131033
URL: http://llvm.org/viewvc/llvm-project?rev=131033&view=rev
Log:
Fix wrong test method name due to cut-and-paste.
Modified:
lldb/trunk/test/embedded_interpreter/TestConvenienceVariables.py
Modified: lldb/trunk/test/embedded_interpreter/TestConvenienceVariables.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/embedded_interpreter/TestConvenienceVariables.py?rev=131033&r1=131032&r2=131033&view=diff
==============================================================================
--- lldb/trunk/test/embedded_interpreter/TestConvenienceVariables.py (original)
+++ lldb/trunk/test/embedded_interpreter/TestConvenienceVariables.py Fri May 6 17:53:08 2011
@@ -16,8 +16,7 @@
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()
More information about the lldb-commits
mailing list