Skip to content

Commit 0d5d117

Browse files
committed
compiletest: Unbreak on Win32
1 parent 582c717 commit 0d5d117

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compiletest/procsrv.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export run;
77
#[cfg(target_os = "win32")]
88
fn target_env(lib_path: str, prog: str) -> [(str,str)] {
99

10-
let env = os::env();
10+
let mut env = os::env();
1111

1212
env = vec::map(env) {|pair|
1313
let (k,v) = pair;

0 commit comments

Comments
 (0)