diff options
Diffstat (limited to 'test/lit/ctor-eval')
-rw-r--r-- | test/lit/ctor-eval/gc-cycle.wast | 2 | ||||
-rw-r--r-- | test/lit/ctor-eval/multivalue-local.wast | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/test/lit/ctor-eval/gc-cycle.wast b/test/lit/ctor-eval/gc-cycle.wast index a6edc28aa..5096da376 100644 --- a/test/lit/ctor-eval/gc-cycle.wast +++ b/test/lit/ctor-eval/gc-cycle.wast @@ -1254,7 +1254,7 @@ ;; CHECK: (type $anyref_=>_none (func (param anyref))) - ;; CHECK: (import "a" "b" (func $import (param anyref))) + ;; CHECK: (import "a" "b" (func $import (type $anyref_=>_none) (param anyref))) (import "a" "b" (func $import (param anyref))) (func $test (export "test") diff --git a/test/lit/ctor-eval/multivalue-local.wast b/test/lit/ctor-eval/multivalue-local.wast index ff3daa339..5ae72afa2 100644 --- a/test/lit/ctor-eval/multivalue-local.wast +++ b/test/lit/ctor-eval/multivalue-local.wast @@ -6,7 +6,7 @@ ;; CHECK: (type $none_=>_i32 (func (result i32))) - ;; CHECK: (import "a" "b" (func $import)) + ;; CHECK: (import "a" "b" (func $import (type $none_=>_none))) (import "a" "b" (func $import)) (func $multivalue-local (export "multivalue-local") (result i32) |