tests/run-tests.py
changeset 14062 643381286e0c
parent 14037 4ab1e987941b
child 14134 8468ec1109d1
--- a/tests/run-tests.py	Sat Apr 30 10:56:43 2011 -0500
+++ b/tests/run-tests.py	Sat Apr 30 15:20:27 2011 +0300
@@ -303,6 +303,7 @@
     return missing, failed
 
 def showdiff(expected, output, ref, err):
+    print
     for line in difflib.unified_diff(expected, output, ref, err):
         sys.stdout.write(line)