diff options
Diffstat (limited to 'test/ctor-eval/global-get-init.wast.out')
-rw-r--r-- | test/ctor-eval/global-get-init.wast.out | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/ctor-eval/global-get-init.wast.out b/test/ctor-eval/global-get-init.wast.out index c5104e662..519e96dba 100644 --- a/test/ctor-eval/global-get-init.wast.out +++ b/test/ctor-eval/global-get-init.wast.out @@ -1,7 +1,7 @@ (module - (type $none_=>_none (func)) + (type $0 (func)) (export "test1" (func $test1)) - (func $test1 (type $none_=>_none) + (func $test1 (type $0) (nop) ) ) |