diff options
Diffstat (limited to 'test/ctor-eval/partial.wast.out')
-rw-r--r-- | test/ctor-eval/partial.wast.out | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ctor-eval/partial.wast.out b/test/ctor-eval/partial.wast.out index b191128a2..7cb614d6a 100644 --- a/test/ctor-eval/partial.wast.out +++ b/test/ctor-eval/partial.wast.out @@ -1,6 +1,6 @@ (module (type $none_=>_none (func)) - (import "import" "import" (func $import)) + (import "import" "import" (func $import (type $none_=>_none))) (memory $0 256 256) (data $0 (i32.const 10) "__s______________") (export "test1" (func $test1_2)) |