[Lldb-commits] [lldb] r112311 - /lldb/trunk/test/hello_world/TestHelloWorld.py
Johnny Chen
johnny.chen at apple.com
Fri Aug 27 15:39:49 PDT 2010
Author: johnny
Date: Fri Aug 27 17:39:49 2010
New Revision: 112311
URL: http://llvm.org/viewvc/llvm-project?rev=112311&view=rev
Log:
Fixed a typo in the method name.
Modified:
lldb/trunk/test/hello_world/TestHelloWorld.py
Modified: lldb/trunk/test/hello_world/TestHelloWorld.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/hello_world/TestHelloWorld.py?rev=112311&r1=112310&r2=112311&view=diff
==============================================================================
--- lldb/trunk/test/hello_world/TestHelloWorld.py (original)
+++ lldb/trunk/test/hello_world/TestHelloWorld.py Fri Aug 27 17:39:49 2010
@@ -10,7 +10,7 @@
mydir = "hello_world"
@unittest2.expectedFailure
- def test_hellp_world_python(self):
+ def test_hello_world_python(self):
"""Create target, breakpoint, launch a process, and then kill it."""
exe = os.path.join(os.getcwd(), "a.out")
More information about the lldb-commits
mailing list