Skip to content
This repository was archived by the owner on Apr 25, 2025. It is now read-only.

Commit 9687d15

Browse files
authored
Merge pull request #59 from WebAssembly/rm_let
Remove test cases with let
2 parents d372643 + 91767c8 commit 9687d15

File tree

2 files changed

+0
-311
lines changed

2 files changed

+0
-311
lines changed

test/core/func.wast

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -639,15 +639,6 @@
639639
)
640640
"unknown type"
641641
)
642-
(assert_invalid
643-
(module
644-
(type $t (func))
645-
(func $f (drop (let (result (ref $t)) (ref.func $g))))
646-
(func $g (type 4))
647-
(elem declare func $g)
648-
)
649-
"unknown type"
650-
)
651642

652643

653644
;; Invalid typing of locals

test/core/let.wast

Lines changed: 0 additions & 302 deletions
This file was deleted.

0 commit comments

Comments
 (0)