We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49bb8c9 commit 6c6c9caCopy full SHA for 6c6c9ca
[refs]
@@ -1,5 +1,5 @@
1
---
2
-refs/heads/master: e741449ea1f8b3526d7da6b0874be191b916ea2d
+refs/heads/master: 52840a5bbc7fa3bc4bf93dacc95d0db523812639
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
refs/heads/snap-stage3: cbd1eefbd350797b783df119fed7956d7e1c74ad
5
refs/heads/try: 71bebebc37fbb229877da88dde13c2f35913bd77
trunk/src/libstd/rt/uv/file.rs
@@ -474,7 +474,7 @@ mod test {
474
let write_val = input.as_bytes();
475
let write_buf = slice_to_uv_buf(write_val);
476
let write_req = FsRequest::new();
477
- write_req.write_sync(loop_, stdout, write_buf, -1);
+ write_req.write_sync(loop_, STDOUT_FILENO, write_buf, -1);
478
}
479
480
#[test]
0 commit comments