diff options
Diffstat (limited to 'test/passes/fuzz-exec_all-features.txt')
-rw-r--r-- | test/passes/fuzz-exec_all-features.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/passes/fuzz-exec_all-features.txt b/test/passes/fuzz-exec_all-features.txt index f5bfd9bfe..67521173e 100644 --- a/test/passes/fuzz-exec_all-features.txt +++ b/test/passes/fuzz-exec_all-features.txt @@ -74,7 +74,7 @@ (type $i32_=>_none (func (param i32))) (type $i32_i32_=>_none (func (param i32 i32))) (type $none_=>_none (func)) - (import "fuzzing-support" "log-i32" (func $fimport$0 (param i32))) + (import "fuzzing-support" "log-i32" (func $fimport$0 (type $i32_=>_none) (param i32))) (memory $0 (shared 1 1)) (export "unaligned_load" (func $0)) (export "unaligned_load_offset" (func $1)) @@ -166,7 +166,7 @@ (module (type $i32_=>_none (func (param i32))) (type $none_=>_none (func)) - (import "fuzzing-support" "log-i32" (func $fimport$0 (param i32))) + (import "fuzzing-support" "log-i32" (func $fimport$0 (type $i32_=>_none) (param i32))) (memory $0 (shared 1 1)) (export "rmw-reads-modifies-and-writes" (func $0)) (func $0 (type $none_=>_none) @@ -191,7 +191,7 @@ (module (type $i32_=>_none (func (param i32))) (type $none_=>_none (func)) - (import "fuzzing-support" "log-i32" (func $fimport$0 (param i32))) + (import "fuzzing-support" "log-i32" (func $fimport$0 (type $i32_=>_none) (param i32))) (memory $0 (shared 1 1)) (export "rmw-reads-modifies-and-writes-asymmetrical" (func $0)) (func $0 (type $none_=>_none) |