Properly fix check-fast script
This commit is contained in:
parent
8a3d1eeb42
commit
46664c1af2
@ -54,7 +54,7 @@ d.write("// AUTO-GENERATED FILE: DO NOT EDIT\n")
|
||||
d.write("use std;\n")
|
||||
d.write("use run_pass_stage2;\n")
|
||||
d.write("import run_pass_stage2::*;\n")
|
||||
d.write("import io::writer_util;\n");
|
||||
d.write("import std::io::writer_util;\n");
|
||||
d.write("fn main() {\n");
|
||||
d.write(" let out = std::io::stdout();\n");
|
||||
i = 0
|
||||
|
Loading…
Reference in New Issue
Block a user