[Lldb-commits] [lldb] r124490 -	/lldb/trunk/test/process_io/TestProcessIO.py
    Caroline Tice 
    ctice at apple.com
       
    Fri Jan 28 09:34:54 PST 2011
    
    
  
Author: ctice
Date: Fri Jan 28 11:34:54 2011
New Revision: 124490
URL: http://llvm.org/viewvc/llvm-project?rev=124490&view=rev
Log:
Remove comments I accidentally left in before.
Modified:
    lldb/trunk/test/process_io/TestProcessIO.py
Modified: lldb/trunk/test/process_io/TestProcessIO.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/process_io/TestProcessIO.py?rev=124490&r1=124489&r2=124490&view=diff
==============================================================================
--- lldb/trunk/test/process_io/TestProcessIO.py (original)
+++ lldb/trunk/test/process_io/TestProcessIO.py Fri Jan 28 11:34:54 2011
@@ -100,16 +100,7 @@
             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
    
    
More information about the lldb-commits
mailing list