diff options
| author | Greg Clayton <gclayton@apple.com> | 2013-05-03 23:04:47 +0000 |
|---|---|---|
| committer | Greg Clayton <gclayton@apple.com> | 2013-05-03 23:04:47 +0000 |
| commit | 5fe0e7b2f6927b19163c46c0ca905cb1b6102fb9 (patch) | |
| tree | 0564cf291fe5f2d0d7a79b28b8a637af63bc8589 | |
| parent | a8ca6e2145375a089f06802fb31c6c9e0c5bdea8 (diff) | |
| download | bcm5719-llvm-5fe0e7b2f6927b19163c46c0ca905cb1b6102fb9.tar.gz bcm5719-llvm-5fe0e7b2f6927b19163c46c0ca905cb1b6102fb9.zip | |
Fixed a test suite typo error that caused the test to fail.
llvm-svn: 181069
| -rw-r--r-- | lldb/test/functionalities/process_attach/TestProcessAttach.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/functionalities/process_attach/TestProcessAttach.py b/lldb/test/functionalities/process_attach/TestProcessAttach.py index 71a24b38322..49c9ef4348a 100644 --- a/lldb/test/functionalities/process_attach/TestProcessAttach.py +++ b/lldb/test/functionalities/process_attach/TestProcessAttach.py @@ -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) |

