diff options
Diffstat (limited to 'test/lit/merge')
-rw-r--r-- | test/lit/merge/fusing.wat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lit/merge/fusing.wat b/test/lit/merge/fusing.wat index 645634b4d..780cf1cf7 100644 --- a/test/lit/merge/fusing.wat +++ b/test/lit/merge/fusing.wat @@ -22,7 +22,7 @@ ;; CHECK: (type $none_=>_i32 (func (result i32))) - ;; CHECK: (import "third" "missing" (func $other.missing)) + ;; CHECK: (import "third" "missing" (func $other.missing (type $none_=>_none))) (import "third" "missing" (func $other.missing)) ;; CHECK: (memory $second.mem 2) |