We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53b3f68 commit cdd3b44Copy full SHA for cdd3b44
1 file changed
tests/test_parser.py
@@ -54,7 +54,7 @@
54
except ImportError:
55
pass
56
57
-sys.stderr.write('Testing trees '+ " ".join(treeTypes.keys()))
+sys.stdout.write('Testing trees '+ " ".join(treeTypes.keys()) + "\n")
58
59
#Run the parse error checks
60
checkParseErrors = False
0 commit comments