diff options
Diffstat (limited to 'lldb/test/process_io/TestProcessIO.py')
-rw-r--r-- | lldb/test/process_io/TestProcessIO.py | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/lldb/test/process_io/TestProcessIO.py b/lldb/test/process_io/TestProcessIO.py index 3f31e04acbe..518d674d8a5 100644 --- a/lldb/test/process_io/TestProcessIO.py +++ b/lldb/test/process_io/TestProcessIO.py @@ -100,16 +100,7 @@ class ProcessLaunchIOTestCase(TestBase): i = 1 if not success: - # This test failed, but we need to make the main testing - # mechanism realize something is wrong. - # - # First, print out the real error message. self.fail (err_msg) - #print err_msg - - # Second, force a test case to fail: - #self.expect ("help quit", - # patterns = ["Intentional failure .*"]) if __name__ == '__main__': import atexit |