diff options
Diffstat (limited to 'test/ctor-eval/imported2.wast.out')
-rw-r--r-- | test/ctor-eval/imported2.wast.out | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ctor-eval/imported2.wast.out b/test/ctor-eval/imported2.wast.out index 7922dd944..26b91cc35 100644 --- a/test/ctor-eval/imported2.wast.out +++ b/test/ctor-eval/imported2.wast.out @@ -5,7 +5,7 @@ (import "env" "tempDoublePtr" (global $tempDoublePtr i32)) (global $mine (mut i32) (i32.const 1)) (memory $0 256 256) - (data (i32.const 0) "\00\00\00\00\00\00\00\00\00\00wasa waka waka waka waka") + (data (i32.const 10) "wasa waka waka waka waka") (export "test1" (func $test1)) (export "test2" (func $test2)) (export "test3" (func $test3)) |