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