Skip to content

Commit 9d210ee

Browse files
committed
---
yaml --- r: 82263 b: refs/heads/master c: a0d2f71 h: refs/heads/master i: 82261: ebe946a 82259: e1af61a 82255: 8bcd89c v: v3
1 parent 49f33c8 commit 9d210ee

File tree

4 files changed

+754
-2
lines changed

4 files changed

+754
-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: edf4c16997af6af08ef734ad34eccc5aa279595a
2+
refs/heads/master: a0d2f71e8e64d7994f20932caedab1b8dccc5539
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 6c08cc2db4f98e9f07ae7d50338396c4123c2f0a
55
refs/heads/try: 70152ff55722878cde684ee6462c14c65f2c4729

trunk/src/compiletest/procsrv.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ pub fn run(lib_path: &str,
5757
});
5858

5959
for input in input.iter() {
60-
proc.input().write_str(*input);
60+
proc.input().write(input.as_bytes());
6161
}
6262
let output = proc.finish_with_output();
6363

0 commit comments

Comments
 (0)