diff options
Diffstat (limited to 'test/passes/simplify-locals_all-features.wast')
-rw-r--r-- | test/passes/simplify-locals_all-features.wast | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/passes/simplify-locals_all-features.wast b/test/passes/simplify-locals_all-features.wast index 7d153efd9..ff70a2774 100644 --- a/test/passes/simplify-locals_all-features.wast +++ b/test/passes/simplify-locals_all-features.wast @@ -1657,7 +1657,7 @@ ) (module (func $subtype-test (result anyref) - (local $0 externref) + (local $0 eqref) (local $1 anyref) (local $2 anyref) (block |