diff options
Diffstat (limited to 'test/unit.fromasm.clamp')
-rw-r--r-- | test/unit.fromasm.clamp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/test/unit.fromasm.clamp b/test/unit.fromasm.clamp index 8f3e387ae..b110204f9 100644 --- a/test/unit.fromasm.clamp +++ b/test/unit.fromasm.clamp @@ -1188,7 +1188,6 @@ ) (func $keepAlive (local $0 i32) - (local $1 i32) (drop (call $sqrts (f64.const 3.14159) @@ -1224,7 +1223,9 @@ (i32.const 17) ) (call_indirect $FUNCSIG$vi - (get_local $1) + (tee_local $0 + (i32.const 0) + ) (block (result i32) (set_global $Int (i32.const 1) |