Skip to content

Commit 0cd71c6

Browse files
committed
Forced no wasi test
1 parent 521708c commit 0cd71c6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/by-util/test_od.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1345,7 +1345,7 @@ fn test_write_error_dev_full() {
13451345
}
13461346

13471347
#[test]
1348-
#[cfg(target_os = "linux")]
1348+
#[cfg(all(target_os = "linux", not(target_os = "wasi")))]
13491349
fn test_hex_lowercase() {
13501350
use regex::Regex;
13511351
// Test verifies that the output hex byte offset is in lowercase

0 commit comments

Comments
 (0)