Fix compiletest breakage
This commit is contained in:
@@ -45,8 +45,8 @@ fn run(lib_path: ~str,
|
|||||||
let pipe_out = os::pipe();
|
let pipe_out = os::pipe();
|
||||||
let pipe_err = os::pipe();
|
let pipe_err = os::pipe();
|
||||||
let pid = spawn_process(prog, args,
|
let pid = spawn_process(prog, args,
|
||||||
some(env + target_env(lib_path, prog)),
|
&some(env + target_env(lib_path, prog)),
|
||||||
none, pipe_in.in, pipe_out.out, pipe_err.out);
|
&none, pipe_in.in, pipe_out.out, pipe_err.out);
|
||||||
|
|
||||||
os::close(pipe_in.in);
|
os::close(pipe_in.in);
|
||||||
os::close(pipe_out.out);
|
os::close(pipe_out.out);
|
||||||
|
|||||||
Reference in New Issue
Block a user