diff options
Diffstat (limited to 'test/passes/strip-target-features_roundtrip_print-features_all-features.wast')
-rw-r--r-- | test/passes/strip-target-features_roundtrip_print-features_all-features.wast | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/passes/strip-target-features_roundtrip_print-features_all-features.wast b/test/passes/strip-target-features_roundtrip_print-features_all-features.wast index 214289904..614804f9d 100644 --- a/test/passes/strip-target-features_roundtrip_print-features_all-features.wast +++ b/test/passes/strip-target-features_roundtrip_print-features_all-features.wast @@ -2,13 +2,13 @@ ;; even if the target features section is stripped first (module - (func $foo (result v128 anyref ) + (func $foo (result v128 externref ) (tuple.make (v128.const i32x4 0 0 0 0) (ref.null) ) ) - (func $bar (result v128 anyref) + (func $bar (result v128 externref) (return_call $foo) ) ) |