summaryrefslogtreecommitdiff
path: root/test/lit/passes/signature-refining.wast
diff options
context:
space:
mode:
Diffstat (limited to 'test/lit/passes/signature-refining.wast')
-rw-r--r--test/lit/passes/signature-refining.wast2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lit/passes/signature-refining.wast b/test/lit/passes/signature-refining.wast
index 996adf658..0f12cbde0 100644
--- a/test/lit/passes/signature-refining.wast
+++ b/test/lit/passes/signature-refining.wast
@@ -763,7 +763,7 @@
;; CHECK: (type $struct (struct ))
(type $struct (struct))
- ;; CHECK: (import "a" "b" (func $import (param structref)))
+ ;; CHECK: (import "a" "b" (func $import (type $structref_=>_none) (param structref)))
(import "a" "b" (func $import (param (ref null struct))))
;; CHECK: (func $test (type $none_=>_none)