Fix some warnings in the check-fast tests

This commit is contained in:
Philipp Brüschweiler 2013-06-25 11:27:43 +02:00 committed by Corey Richardson
parent 8a4d359ffc
commit 87c1b59e8b

View File

@ -60,7 +60,7 @@ i = 0
for t in stage2_tests:
p = os.path.join("test", "run-pass", t)
p = p.replace("\\", "\\\\")
d.write(" out.write_str(~\"run-pass [stage2]: %s\\n\");\n" % p)
d.write(" out.write_str(\"run-pass [stage2]: %s\\n\");\n" % p)
d.write(" t_%d::main();\n" % i)
i += 1
d.write("}\n")