diff options
Diffstat (limited to 'test/ctor-eval/no_partial.wast.out')
-rw-r--r-- | test/ctor-eval/no_partial.wast.out | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/ctor-eval/no_partial.wast.out b/test/ctor-eval/no_partial.wast.out index ac943d57c..ad8006a7c 100644 --- a/test/ctor-eval/no_partial.wast.out +++ b/test/ctor-eval/no_partial.wast.out @@ -1,9 +1,9 @@ (module - (type $0 (func)) + (type $FUNCSIG$v (func)) (memory $0 256 256) (data (i32.const 10) "waka waka waka waka waka") (export "test1" (func $test1)) - (func $test1 (; 0 ;) (type $0) + (func $test1 (; 0 ;) (type $FUNCSIG$v) (i32.store8 (i32.const 12) (i32.const 115) |