Skip to content

Commit 83fb223

Browse files
committed
Fix: missed rename for tests
1 parent 668d145 commit 83fb223

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/wasmtime/src/runtime/rr/backend.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,8 +301,8 @@ mod tests {
301301
use std::fs::File;
302302
use std::path::Path;
303303
use tempfile::{NamedTempFile, TempPath};
304+
use wasm_crimp::EventError;
304305
use wasmtime_environ::{FuncIndex, component::ResourceDropRet};
305-
use wasmtime_rr::EventError;
306306

307307
impl ReplayBuffer {
308308
/// Pop the next replay event and calls `f` with a expected event type

0 commit comments

Comments
 (0)