Skip to content

Commit 878ddba

Browse files
authored
[NFC] Avoid imported (ref exn) in testcase (#8024)
That is harder for the fuzzer to handle, and isn't important in the test.
1 parent a74bf96 commit 878ddba

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/lit/passes/j2cl.wast

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -352,9 +352,9 @@
352352
)
353353
)
354354

355-
;; Imported globals are ignored
355+
;; Imported globals are ignored.
356356
(module
357-
;; CHECK: (import "a" "b" (global $a.b (ref extern)))
358-
(import "a" "b" (global $a.b (ref extern)))
357+
;; CHECK: (import "a" "b" (global $a.b (ref func)))
358+
(import "a" "b" (global $a.b (ref func)))
359359
)
360360

0 commit comments

Comments
 (0)