diff options
Diffstat (limited to 'test/ctor-eval')
-rw-r--r-- | test/ctor-eval/bad-indirect-call2.wast.out | 2 | ||||
-rw-r--r-- | test/ctor-eval/gc.wast.out | 2 | ||||
-rw-r--r-- | test/ctor-eval/ignore-external-input.wast.out | 2 | ||||
-rw-r--r-- | test/ctor-eval/indirect-call3.wast.out | 2 | ||||
-rw-r--r-- | test/ctor-eval/partial-locals-tee.wast.out | 2 | ||||
-rw-r--r-- | test/ctor-eval/partial-locals.wast.out | 2 | ||||
-rw-r--r-- | test/ctor-eval/partial.wast.out | 2 | ||||
-rw-r--r-- | test/ctor-eval/results.wast.out | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/test/ctor-eval/bad-indirect-call2.wast.out b/test/ctor-eval/bad-indirect-call2.wast.out index 267d2b02b..fbf74868e 100644 --- a/test/ctor-eval/bad-indirect-call2.wast.out +++ b/test/ctor-eval/bad-indirect-call2.wast.out @@ -1,6 +1,6 @@ (module (type $v (func)) - (import "env" "_abort" (func $_abort)) + (import "env" "_abort" (func $_abort (type $v))) (memory $0 256 256) (data $0 (i32.const 10) "waka waka waka waka waka") (table $0 2 2 funcref) diff --git a/test/ctor-eval/gc.wast.out b/test/ctor-eval/gc.wast.out index 3d99199be..53cebfea1 100644 --- a/test/ctor-eval/gc.wast.out +++ b/test/ctor-eval/gc.wast.out @@ -3,7 +3,7 @@ (type $anyref_=>_none (func (param anyref))) (type $none_=>_i32 (func (result i32))) (type $none_=>_none (func)) - (import "import" "import" (func $import (param anyref))) + (import "import" "import" (func $import (type $anyref_=>_none) (param anyref))) (global $ctor-eval$global_5 (ref $struct) (struct.new $struct (i32.const 42) )) diff --git a/test/ctor-eval/ignore-external-input.wast.out b/test/ctor-eval/ignore-external-input.wast.out index c79da93ed..e547515ab 100644 --- a/test/ctor-eval/ignore-external-input.wast.out +++ b/test/ctor-eval/ignore-external-input.wast.out @@ -1,7 +1,7 @@ (module (type $none_=>_i32 (func (result i32))) (type $none_=>_none (func)) - (import "wasi_snapshot_preview1" "something_else" (func $wasi_something_else (result i32))) + (import "wasi_snapshot_preview1" "something_else" (func $wasi_something_else (type $none_=>_i32) (result i32))) (memory $0 256 256) (data $0 (i32.const 28) "aaaa") (export "test3" (func $3)) diff --git a/test/ctor-eval/indirect-call3.wast.out b/test/ctor-eval/indirect-call3.wast.out index 55af4ef9e..19e8d9499 100644 --- a/test/ctor-eval/indirect-call3.wast.out +++ b/test/ctor-eval/indirect-call3.wast.out @@ -1,6 +1,6 @@ (module (type $v (func)) - (import "env" "_abort" (func $_abort)) + (import "env" "_abort" (func $_abort (type $v))) (memory $0 256 256) (data $0 (i32.const 10) "waka waka xaka waka waka\00\00\00\00\00\00C") (func $call-indirect (type $v) 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)) diff --git a/test/ctor-eval/partial-locals.wast.out b/test/ctor-eval/partial-locals.wast.out index 530caddd9..1a67eccfb 100644 --- a/test/ctor-eval/partial-locals.wast.out +++ b/test/ctor-eval/partial-locals.wast.out @@ -1,6 +1,6 @@ (module (type $none_=>_none (func)) - (import "import" "import" (func $import)) + (import "import" "import" (func $import (type $none_=>_none))) (global $sp (mut i32) (i32.const 104)) (memory $0 256 256) (data $0 (i32.const 10) "__s______________") 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)) diff --git a/test/ctor-eval/results.wast.out b/test/ctor-eval/results.wast.out index 4259369b5..9838dd42d 100644 --- a/test/ctor-eval/results.wast.out +++ b/test/ctor-eval/results.wast.out @@ -1,7 +1,7 @@ (module (type $none_=>_i32 (func (result i32))) (type $none_=>_none (func)) - (import "import" "import" (func $import)) + (import "import" "import" (func $import (type $none_=>_none))) (global $global1 (mut i32) (i32.const 11)) (global $global2 (mut i32) (i32.const 12)) (global $global3 (mut i32) (i32.const 13)) |