diff options
Diffstat (limited to 'test/passes/simplify-locals_all-features_disable-exception-handling.wast')
-rw-r--r-- | test/passes/simplify-locals_all-features_disable-exception-handling.wast | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/passes/simplify-locals_all-features_disable-exception-handling.wast b/test/passes/simplify-locals_all-features_disable-exception-handling.wast index 803d557f6..25b452511 100644 --- a/test/passes/simplify-locals_all-features_disable-exception-handling.wast +++ b/test/passes/simplify-locals_all-features_disable-exception-handling.wast @@ -1657,7 +1657,7 @@ ) (module (func $subtype-test (result anyref) - (local $0 funcref) + (local $0 (ref null i31)) (local $1 anyref) (local $2 anyref) (block |