[Lldb-commits] [lldb] r176978 - Remove extra whitespace

Daniel Malea daniel.malea at intel.com
Wed Mar 13 14:18:54 PDT 2013


Author: dmalea
Date: Wed Mar 13 16:18:54 2013
New Revision: 176978

URL: http://llvm.org/viewvc/llvm-project?rev=176978&view=rev
Log:
Remove extra whitespace


Modified:
    lldb/trunk/test/dosep.ty

Modified: lldb/trunk/test/dosep.ty
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/dosep.ty?rev=176978&r1=176977&r2=176978&view=diff
==============================================================================
--- lldb/trunk/test/dosep.ty (original)
+++ lldb/trunk/test/dosep.ty Wed Mar 13 16:18:54 2013
@@ -56,7 +56,7 @@ Run lldb test suite using a separate pro
     if len(failed) > 0:
         print "Failing Tests (%d)" % len(failed)
         for f in failed:
-          print "FAIL : LLDB :: %s" % f
+          print "FAIL: LLDB :: %s" % f
         sys.exit(1)
     sys.exit(0)
 





More information about the lldb-commits mailing list