summaryrefslogtreecommitdiff
path: root/test/lit/exec/gc-cycle-leak.wast
diff options
context:
space:
mode:
Diffstat (limited to 'test/lit/exec/gc-cycle-leak.wast')
-rw-r--r--test/lit/exec/gc-cycle-leak.wast2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lit/exec/gc-cycle-leak.wast b/test/lit/exec/gc-cycle-leak.wast
index 75c329392..f4f62b533 100644
--- a/test/lit/exec/gc-cycle-leak.wast
+++ b/test/lit/exec/gc-cycle-leak.wast
@@ -6,7 +6,7 @@
(type $A (struct (field (mut (ref null $A)))))
;; CHECK: [fuzz-exec] calling test
- (func "test"
+ (func $test (export "test")
(local $a (ref $A))
;; This function makes a self-cycle where the local $a's ref field points to
;; itself. This test checks that we do not error, even in sanitizers, when