Fixed a test suite typo error that caused the test to fail.

llvm-svn: 181069
This commit is contained in:
Greg Clayton 2013-05-03 23:04:47 +00:00
parent a8ca6e2145
commit 5fe0e7b2f6
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ class ProcessAttachTestCase(TestBase):
self.runCmd("process attach -n a.out")
proces = target.GetProcess()
process = target.GetProcess()
self.assertTrue(process, PROCESS_IS_VALID)