Re-enable ignored unreachable_wat cli test (#1472)

Signed-off-by: Radu M <root@radu.sh>
This commit is contained in:
Radu M
2020-04-06 07:08:58 -07:00
committed by GitHub
parent 9ca3bf532e
commit 45b3ed142c

View File

@@ -84,7 +84,6 @@ fn run_wasmtime_simple_wat() -> Result<()> {
// Running a wat that traps.
#[test]
#[ignore] // FIXME(#1298)
fn run_wasmtime_unreachable_wat() -> Result<()> {
let wasm = build_wasm("tests/wasm/unreachable.wat")?;
let output = run_wasmtime_for_output(&[wasm.path().to_str().unwrap(), "--disable-cache"])?;