diff --git a/tests/compilers/traps.rs b/tests/compilers/traps.rs index 7b1944ba369..f9798399026 100644 --- a/tests/compilers/traps.rs +++ b/tests/compilers/traps.rs @@ -495,7 +495,6 @@ RuntimeError: unreachable } #[test] -#[cfg_attr(feature = "test-native", ignore)] fn present_after_module_drop() -> Result<()> { let store = get_store(); let module = Module::new(&store, r#"(func (export "foo") unreachable)"#)?; diff --git a/tests/ignores.txt b/tests/ignores.txt index f8b426a02a8..6fcd597d8ed 100644 --- a/tests/ignores.txt +++ b/tests/ignores.txt @@ -24,8 +24,6 @@ llvm::spec::skip_stack_guard_page on darwin # TODO(https://github.com/wasmerio/wasmer/issues/1727): Traps in native engine cranelift::spec::linking on native -# TODO(https://github.com/wasmerio/wasmer/pull/1710): Library is dropped too soon. -llvm::spec::linking on native # https://github.com/wasmerio/wasmer/issues/1722 llvm::spec::skip_stack_guard_page on native