diff options
Diffstat (limited to 'test/roundtrip/apply-global-names.txt')
-rw-r--r-- | test/roundtrip/apply-global-names.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/test/roundtrip/apply-global-names.txt b/test/roundtrip/apply-global-names.txt index 2d9c1492..e5f49bec 100644 --- a/test/roundtrip/apply-global-names.txt +++ b/test/roundtrip/apply-global-names.txt @@ -3,12 +3,12 @@ (module (import "m" "g" (global $g i32)) (func) - (table 1 anyfunc) + (table 1 funcref) (memory 1) - (global i32 (get_global $g)) - (elem (get_global $g) 0) - (data (get_global $g) "hi") + (global i32 (global.get $g)) + (elem (global.get $g) 0) + (data (global.get $g) "hi") ) (;; STDOUT ;;; (module |