summaryrefslogtreecommitdiff
path: root/test/unit.wast
diff options
context:
space:
mode:
Diffstat (limited to 'test/unit.wast')
-rw-r--r--test/unit.wast5
1 files changed, 2 insertions, 3 deletions
diff --git a/test/unit.wast b/test/unit.wast
index 301ba719c..b18ba6fdf 100644
--- a/test/unit.wast
+++ b/test/unit.wast
@@ -1,7 +1,6 @@
(module
- (memory 4096 4096
- (segment 1026 "\14\00")
- )
+ (memory 4096 4096)
+ (data (i32.const 1026) "\14\00")
(type $FUNCSIG$vf (func (param f32)))
(type $FUNCSIG$v (func))
(type $FUNCSIG$id (func (param f64) (result i32)))