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 87142d2 commit 3c52c56Copy full SHA for 3c52c56
test/sys/test_uio.rs
@@ -141,7 +141,7 @@ fn test_pread() {
141
}
142
143
#[test]
144
-#[cfg(target_os = "linux")]
+#[cfg(not(target_os = "redox"))]
145
fn test_pwritev() {
146
use std::io::Read;
147
@@ -171,7 +171,7 @@ fn test_pwritev() {
171
172
173
174
175
fn test_preadv() {
176
use std::io::Write;
177
0 commit comments