summaryrefslogtreecommitdiff
path: root/test/passes/strip-target-features_roundtrip_print-features_all-features.wast
diff options
context:
space:
mode:
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.wast4
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 f073de7a4..fca710453 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,8 +2,8 @@
;; even if the target features section is stripped first
(module
- (func $foo (result v128 externref )
- (tuple.make
+ (func $foo (result v128 externref)
+ (tuple.make 2
(v128.const i32x4 0 0 0 0)
(ref.null extern)
)