diff options
Diffstat (limited to 'test/heap-types.wast.fromBinary')
-rw-r--r-- | test/heap-types.wast.fromBinary | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/test/heap-types.wast.fromBinary b/test/heap-types.wast.fromBinary index 78e01e494..75dcae823 100644 --- a/test/heap-types.wast.fromBinary +++ b/test/heap-types.wast.fromBinary @@ -99,10 +99,10 @@ ) (drop (struct.new_with_rtt $struct.A - (rtt.canon $struct.A) (i32.const 1) (f32.const 2.3450000286102295) (f64.const 3.14159) + (rtt.canon $struct.A) ) ) (unreachable) @@ -114,15 +114,15 @@ (local $tw (ref null $vector)) (drop (array.new_with_rtt $vector - (rtt.canon $vector) - (i32.const 3) (f64.const 3.14159) + (i32.const 3) + (rtt.canon $vector) ) ) (drop (array.new_default_with_rtt $matrix - (rtt.canon $matrix) (i32.const 10) + (rtt.canon $matrix) ) ) (drop |