Skip to content

Commit 4a77fb7

Browse files
committed
Revert "Forced no wasi test"
This reverts commit 0cd71c6.
1 parent 0cd71c6 commit 4a77fb7

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(all(target_os = "linux", not(target_os = "wasi")))]
1348+
#[cfg(target_os = "linux")]
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)