chore: remove duplicated arc (#13871)

This commit is contained in:
yjh
2023-04-11 18:42:49 +08:00
committed by GitHub
parent a53110f929
commit 271d65eae7
4 changed files with 15 additions and 15 deletions
@@ -483,7 +483,7 @@ fn should_trap_when_heap_exhausted(wasm_method: WasmExecutionMethod) {
fn mk_test_runtime(
wasm_method: WasmExecutionMethod,
pages: HeapAllocStrategy,
) -> Arc<dyn WasmModule> {
) -> Box<dyn WasmModule> {
let blob = RuntimeBlob::uncompress_if_needed(wasm_binary_unwrap())
.expect("failed to create a runtime blob out of test runtime");