Fix python script for fast-check to output valid syntax

This commit is contained in:
Marijn Haverbeke 2011-07-27 16:34:35 +02:00
parent 19394a50e7
commit 30377a0d05
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ d.write("use std;\n")
d.write("use run_pass_stage2;\n")
d.write("import run_pass_stage2::*;\n")
d.write("fn main() {\n");
d.write(" auto out = std::io::stdout();\n");
d.write(" let out = std::io::stdout();\n");
i = 0
for t in stage2_tests:
p = os.path.join("test", "run-pass", t)