forked from OSchip/llvm-project
Fixed a test suite typo error that caused the test to fail.
llvm-svn: 181069
This commit is contained in:
parent
a8ca6e2145
commit
5fe0e7b2f6
|
@ -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)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue