diff options
Diffstat (limited to 'test/heap-types.wast.fromBinary.noDebugInfo')
-rw-r--r-- | test/heap-types.wast.fromBinary.noDebugInfo | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/test/heap-types.wast.fromBinary.noDebugInfo b/test/heap-types.wast.fromBinary.noDebugInfo index 472c3288f..03047def7 100644 --- a/test/heap-types.wast.fromBinary.noDebugInfo +++ b/test/heap-types.wast.fromBinary.noDebugInfo @@ -175,12 +175,6 @@ ) (func $2 (type $anyref_=>_none) (param $0 anyref) (if - (ref.is_func - (local.get $0) - ) - (unreachable) - ) - (if (ref.is_data (local.get $0) ) |