Fixed a typo in the method name.

llvm-svn: 112311
This commit is contained in:
Johnny Chen 2010-08-27 22:39:49 +00:00
parent f7b7067c4d
commit fd8967a82f
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ class TestHelloWorld(TestBase):
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")