mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-18 01:44:04 +00:00
etc: Fix test combiner for core->std/std->extra change. rs=burningtree
This commit is contained in:
parent
18fca3e2e5
commit
be0110989e
@ -49,10 +49,10 @@ c.close()
|
||||
|
||||
d = open("tmp/run_pass_stage2_driver.rs", "w")
|
||||
d.write("// AUTO-GENERATED FILE: DO NOT EDIT\n")
|
||||
d.write("extern mod std;\n")
|
||||
d.write("extern mod extra;\n")
|
||||
d.write("extern mod run_pass_stage2;\n")
|
||||
d.write("use run_pass_stage2::*;\n")
|
||||
d.write("use core::io::WriterUtil;\n");
|
||||
d.write("use std::io::WriterUtil;\n");
|
||||
d.write("fn main() {\n");
|
||||
d.write(" let out = io::stdout();\n");
|
||||
i = 0
|
||||
|
Loading…
Reference in New Issue
Block a user