Skip to content

Commit

Permalink
fix(api/tests): Remove unused engine import
Browse files Browse the repository at this point in the history
  • Loading branch information
xdoardo committed Nov 22, 2024
1 parent 0c8c99b commit 0246f50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/api/tests/rt.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ fn can_create_multiple_engines() {
#[cfg(feature = "v8")]
fn multiple_engines_can_run_together() {
use std::u8;
use wasmer::{sys::Cranelift, v8::V8, wamr::Wamr, *};
use wasmer::{sys::Cranelift, v8::V8, *};

let clift: Engine = Cranelift::new().into();
let mut clift_store = Store::new(clift);
Expand Down

0 comments on commit 0246f50

Please sign in to comment.