summaryrefslogtreecommitdiff
path: root/test/example
diff options
context:
space:
mode:
Diffstat (limited to 'test/example')
-rw-r--r--test/example/c-api-kitchen-sink.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/example/c-api-kitchen-sink.txt b/test/example/c-api-kitchen-sink.txt
index edcc0b91e..00880f0db 100644
--- a/test/example/c-api-kitchen-sink.txt
+++ b/test/example/c-api-kitchen-sink.txt
@@ -2260,12 +2260,12 @@ BinaryenFeatureAll: 126975
)
)
(drop
- (ref.test null $[mut:i8]
+ (ref.test (ref null $[mut:i8])
(global.get $i8Array-global)
)
)
(drop
- (ref.cast null $[mut:i8]
+ (ref.cast (ref null $[mut:i8])
(global.get $i8Array-global)
)
)
@@ -2298,7 +2298,7 @@ BinaryenFeatureAll: 126975
)
)
(drop
- (array.new_fixed $[mut:i8]
+ (array.new_fixed $[mut:i8] 3
(i32.const 1)
(i32.const 2)
(i32.const 3)