Skip to content

Commit

Permalink
Fix test compile
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcrichton committed Nov 7, 2024
1 parent 95367fd commit bd66aee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/wasmtime/src/runtime/memory.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1049,7 +1049,7 @@ mod tests {
let mem = Memory::new(&mut store, ty).unwrap();
let store = store.as_context();
let tunables = store.engine().tunables();
assert_eq!(tunables.guard_size, 0);
assert_eq!(tunables.memory_guard_size, 0);
assert!(!store[mem.0].memory.can_elide_bounds_check(tunables, 12));
}

Expand Down

0 comments on commit bd66aee

Please sign in to comment.