From c3cc59c119b186aff98b7577cbec89c08bcd6746 Mon Sep 17 00:00:00 2001 From: Caroline Tice Date: Fri, 28 Jan 2011 17:34:54 +0000 Subject: Remove comments I accidentally left in before. llvm-svn: 124490 --- lldb/test/process_io/TestProcessIO.py | 9 --------- 1 file changed, 9 deletions(-) (limited to 'lldb/test/process_io/TestProcessIO.py') 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 -- cgit v1.2.3