diff options
author | Caroline Tice <ctice@apple.com> | 2011-01-28 17:34:54 +0000 |
---|---|---|
committer | Caroline Tice <ctice@apple.com> | 2011-01-28 17:34:54 +0000 |
commit | c3cc59c119b186aff98b7577cbec89c08bcd6746 (patch) | |
tree | c330f3494fa68270bb2a85bf50f61276ace74efe /lldb/test/process_io/TestProcessIO.py | |
parent | 29329ada202d44a7f33a959f04974bcdc17c16fe (diff) | |
download | bcm5719-llvm-c3cc59c119b186aff98b7577cbec89c08bcd6746.tar.gz bcm5719-llvm-c3cc59c119b186aff98b7577cbec89c08bcd6746.zip |
Remove comments I accidentally left in before.
llvm-svn: 124490
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 |