diff options
Diffstat (limited to 'test/passes/simplify-locals_all-features_disable-exception-handling.txt')
-rw-r--r-- | test/passes/simplify-locals_all-features_disable-exception-handling.txt | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/test/passes/simplify-locals_all-features_disable-exception-handling.txt b/test/passes/simplify-locals_all-features_disable-exception-handling.txt index 0d035234b..b01941639 100644 --- a/test/passes/simplify-locals_all-features_disable-exception-handling.txt +++ b/test/passes/simplify-locals_all-features_disable-exception-handling.txt @@ -1875,16 +1875,3 @@ ) ) ) -(module - (type $none_=>_funcref (func (result funcref))) - (func $subtype-test (result funcref) - (local $0 nullref) - (local $1 funcref) - (local $2 funcref) - (block $block - (nop) - ) - (nop) - (local.get $0) - ) -) |