diff options
Diffstat (limited to 'test/lld/main_module.wat.out')
-rw-r--r-- | test/lld/main_module.wat.out | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lld/main_module.wat.out b/test/lld/main_module.wat.out index 1761b6dde..1d7697f8d 100644 --- a/test/lld/main_module.wat.out +++ b/test/lld/main_module.wat.out @@ -14,7 +14,7 @@ (global $global$0 i32 (i32.const 16)) (global $global$1 i32 (i32.const 20)) (global $global i32 (i32.const 42)) - (data (global.get $gimport$2) "Hello, world\00\00\00\00\00\00\00\00\00\00\00\00") + (data $0 (global.get $gimport$2) "Hello, world\00\00\00\00\00\00\00\00\00\00\00\00") (export "__wasm_call_ctors" (func $__wasm_call_ctors)) (export "_Z13print_messagev" (func $print_message\28\29)) (export "ptr_puts" (global $global$0)) |