diff --git a/crates/repl_test/src/tests.rs b/crates/repl_test/src/tests.rs index d9a380d50f..5ea2359bb4 100644 --- a/crates/repl_test/src/tests.rs +++ b/crates/repl_test/src/tests.rs @@ -7,7 +7,7 @@ use crate::cli::{expect_failure, expect_success, repl_eval}; #[cfg(feature = "wasm")] #[allow(unused_imports)] -use crate::wasm::{expect_failure, expect_success, repl_eval}; +use crate::wasm::{expect_failure, expect_success}; #[test] fn literal_0() {