diff options
Diffstat (limited to 'test/passes/merge-locals_all-features.wast')
-rw-r--r-- | test/passes/merge-locals_all-features.wast | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/passes/merge-locals_all-features.wast b/test/passes/merge-locals_all-features.wast index a7f61796a..2a0a3d292 100644 --- a/test/passes/merge-locals_all-features.wast +++ b/test/passes/merge-locals_all-features.wast @@ -376,7 +376,7 @@ ) ) (func $subtype-test - (local $0 anyref) + (local $0 externref) (local $1 nullref) (local $2 nullref) (local.set $0 |