summaryrefslogtreecommitdiff
path: root/test/spec/shared-polymorphism.wast
diff options
context:
space:
mode:
Diffstat (limited to 'test/spec/shared-polymorphism.wast')
-rw-r--r--test/spec/shared-polymorphism.wast2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/spec/shared-polymorphism.wast b/test/spec/shared-polymorphism.wast
index be8b5e467..5c9d905e7 100644
--- a/test/spec/shared-polymorphism.wast
+++ b/test/spec/shared-polymorphism.wast
@@ -2,8 +2,6 @@
;; references.
(module
(func (drop (ref.eq (ref.null (shared none)) (ref.null (shared none)))))
- (func (drop (ref.eq (ref.null (shared none)) (ref.null none))))
- (func (drop (ref.eq (ref.null none) (ref.null (shared none)))))
(func (param (ref null (shared i31))) (drop (i31.get_s (local.get 0))))
(func (param (ref null (shared i31))) (drop (i31.get_u (local.get 0))))