Skip to content

Commit a0d2f71

Browse files
committed
Implement io::native::process
1 parent edf4c16 commit a0d2f71

File tree

3 files changed

+753
-1
lines changed

3 files changed

+753
-1
lines changed

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)