Skip to content

Commit

Permalink
Merge #1354
Browse files Browse the repository at this point in the history
1354: test(middleware-common) Remove an unused import r=MarkMcCaskey a=Hywan

This PR removes an unused import.

Co-authored-by: Ivan Enderlin <[email protected]>
  • Loading branch information
bors[bot] and Hywan authored Apr 6, 2020
2 parents c5c3ddc + ac3288d commit 99f8c94
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/middleware-common-tests/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,6 @@ mod tests {

#[test]
fn test_traps_after_costly_call() {
use wasmer_runtime_core::error::RuntimeError;
let wasm_binary = wat2wasm(WAT).unwrap();

let limit = 100u64;
Expand Down

0 comments on commit 99f8c94

Please sign in to comment.