Skip to content

Commit

Permalink
tests(wasix): Constraint Console test
Browse files Browse the repository at this point in the history
  • Loading branch information
theduke committed Jun 22, 2023
1 parent b9b896e commit 96bed05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/wasix/src/os/console/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ impl Console {
}
}

#[cfg(test)]
#[cfg(test, not(target_family = "wasm"))]
mod tests {
use virtual_fs::{AsyncSeekExt, BufferFile, Pipe};

Expand Down

0 comments on commit 96bed05

Please sign in to comment.