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