diff options
Diffstat (limited to 'test/memorygrowth.fromasm')
-rw-r--r-- | test/memorygrowth.fromasm | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/test/memorygrowth.fromasm b/test/memorygrowth.fromasm index dd14ea0bf..d2c814e8d 100644 --- a/test/memorygrowth.fromasm +++ b/test/memorygrowth.fromasm @@ -3728,13 +3728,10 @@ ) ) (br_if $do-in41 - (i32.ne - (tee_local $2 - (i32.load offset=8 - (get_local $2) - ) + (tee_local $2 + (i32.load offset=8 + (get_local $2) ) - (i32.const 0) ) ) ) |