summaryrefslogtreecommitdiff
path: root/test/lit/exec/eh-gc.wast
diff options
context:
space:
mode:
Diffstat (limited to 'test/lit/exec/eh-gc.wast')
-rw-r--r--test/lit/exec/eh-gc.wast2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lit/exec/eh-gc.wast b/test/lit/exec/eh-gc.wast
index cac2f6adf..f10a27c57 100644
--- a/test/lit/exec/eh-gc.wast
+++ b/test/lit/exec/eh-gc.wast
@@ -6,7 +6,7 @@
(tag $tag (param externref))
;; CHECK: [fuzz-exec] calling catch-null
- (func "catch-null"
+ (func $catch-null (export "catch-null")
(try $label$3
(do
;; Throw a null.