diff options
Diffstat (limited to 'test/lit/merge/names.wat.second')
-rw-r--r-- | test/lit/merge/names.wat.second | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/test/lit/merge/names.wat.second b/test/lit/merge/names.wat.second index 4aed55d53..9f4fef1d7 100644 --- a/test/lit/merge/names.wat.second +++ b/test/lit/merge/names.wat.second @@ -9,8 +9,8 @@ (memory $mem2 (export "m2") 0) (memory (export "m3") 0) - (global $glob2 (export g2) i32 (i32.const 0)) - (global (export g3) i32 (i32.const 0)) + (global $glob2 (export "g2") i32 (i32.const 0)) + (global (export "g3") i32 (i32.const 0)) (elem $elem2 func) (elem func) @@ -18,8 +18,8 @@ (data $data2 "") (data "") - (tag $tag2 (export tag2)) - (tag (export tag3)) + (tag $tag2 (export "tag2")) + (tag (export "tag3")) (type $u (struct (field $c i64) (field $d i32))) |