diff options
Diffstat (limited to 'test/heap-types.wast.from-wast')
-rw-r--r-- | test/heap-types.wast.from-wast | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/test/heap-types.wast.from-wast b/test/heap-types.wast.from-wast index 9eafd633b..b551a9073 100644 --- a/test/heap-types.wast.from-wast +++ b/test/heap-types.wast.from-wast @@ -177,12 +177,6 @@ ) (func $ref.is_X (type $anyref_=>_none) (param $x anyref) (if - (ref.is_func - (local.get $x) - ) - (unreachable) - ) - (if (ref.is_data (local.get $x) ) |