summaryrefslogtreecommitdiff
path: root/test/lit/exec/non-nullable.wast
diff options
context:
space:
mode:
Diffstat (limited to 'test/lit/exec/non-nullable.wast')
-rw-r--r--test/lit/exec/non-nullable.wast2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lit/exec/non-nullable.wast b/test/lit/exec/non-nullable.wast
index d443947c6..da71d53eb 100644
--- a/test/lit/exec/non-nullable.wast
+++ b/test/lit/exec/non-nullable.wast
@@ -5,7 +5,7 @@
(module
;; CHECK: [fuzz-exec] calling get-ref
;; CHECK-NEXT: [trap fuzzer can only send defaultable parameters to exports]
- (func "get-ref" (param $0 (ref any))
+ (func $get-ref (export "get-ref") (param $0 (ref any))
(nop)
)
)