Skip to content

Commit 557c054

Browse files
tedhorstbrson
authored andcommitted
---
yaml --- r: 11190 b: refs/heads/master c: 9fd2fcc h: refs/heads/master v: v3
1 parent 1e6217f commit 557c054

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: 36d5074f8f402c13354bf67dc90fcc30f870a0e9
2+
refs/heads/master: 9fd2fcc99cae63d12da99fd0b4b1891dd6b26dba
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 4a81779abd786ff22d71434c6d9a5917ea4cdfff
55
refs/heads/try: 2898dcc5d97da9427ac367542382b6239d9c0bbf

trunk/src/compiletest/procsrv.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ fn run(lib_path: str, prog: str, args: [str],
5252

5353

5454
writeclose(pipe_in.out, input);
55-
let output = readclose(pipe_out.in);
5655
let errput = readclose(pipe_err.in);
56+
let output = readclose(pipe_out.in);
5757
let status = run::waitpid(pid);
5858
ret {status: status, out: output, err: errput};
5959
}

0 commit comments

Comments
 (0)