diff options
Diffstat (limited to 'test/passes/simplify-globals_all-features.txt')
-rw-r--r-- | test/passes/simplify-globals_all-features.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/passes/simplify-globals_all-features.txt b/test/passes/simplify-globals_all-features.txt index dc766683e..ace056aac 100644 --- a/test/passes/simplify-globals_all-features.txt +++ b/test/passes/simplify-globals_all-features.txt @@ -215,7 +215,7 @@ (type $none_=>_none (func)) (import "env" "global-1" (global $g1 externref)) (global $g2 externref (global.get $g1)) - (global $g3 externref (ref.null)) + (global $g3 externref (ref.null extern)) (func $test1 (drop (global.get $g1) @@ -226,7 +226,7 @@ ) (func $test2 (drop - (ref.null) + (ref.null extern) ) ) ) |