diff options
Diffstat (limited to 'test/unit.fromasm.clamp')
-rw-r--r-- | test/unit.fromasm.clamp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/unit.fromasm.clamp b/test/unit.fromasm.clamp index e34bf66e4..1a11052a2 100644 --- a/test/unit.fromasm.clamp +++ b/test/unit.fromasm.clamp @@ -411,10 +411,10 @@ (i32.add (i32.add (i32.add - (get_local $0) (call $lb (i32.const 3) ) + (get_local $0) ) (block (result i32) (drop @@ -753,13 +753,13 @@ ) (br_if $while-in (i32.eq + (get_local $1) (tee_local $0 (i32.add (get_local $0) (i32.const 1) ) ) - (get_local $1) ) ) ) |