diff options
Diffstat (limited to 'test/passes/merge-locals_all-features.txt')
-rw-r--r-- | test/passes/merge-locals_all-features.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/passes/merge-locals_all-features.txt b/test/passes/merge-locals_all-features.txt index 8be43b60d..cf11edc91 100644 --- a/test/passes/merge-locals_all-features.txt +++ b/test/passes/merge-locals_all-features.txt @@ -459,8 +459,8 @@ ) (func $subtype-test (local $0 anyref) - (local $1 (ref null i31)) - (local $2 (ref null i31)) + (local $1 i31ref) + (local $2 i31ref) (local.set $0 (local.get $1) ) |