diff options
Diffstat (limited to 'test/memorygrowth.fromasm.imprecise')
-rw-r--r-- | test/memorygrowth.fromasm.imprecise | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/test/memorygrowth.fromasm.imprecise b/test/memorygrowth.fromasm.imprecise index cb6a2c8c5..8d399ec74 100644 --- a/test/memorygrowth.fromasm.imprecise +++ b/test/memorygrowth.fromasm.imprecise @@ -8493,13 +8493,11 @@ (i32.const 3) ) ) - (block - (set_local $1 - (get_local $0) - ) - (set_local $2 - (i32.const 4) - ) + (set_local $1 + (get_local $0) + ) + (set_local $2 + (i32.const 4) ) ) ) |