diff options
Diffstat (limited to 'test/roundtrip/apply-global-names.txt')
-rw-r--r-- | test/roundtrip/apply-global-names.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/roundtrip/apply-global-names.txt b/test/roundtrip/apply-global-names.txt index 399e35a0..5dc9f558 100644 --- a/test/roundtrip/apply-global-names.txt +++ b/test/roundtrip/apply-global-names.txt @@ -15,7 +15,7 @@ (type $t0 (func)) (import "m" "g" (global $m.g i32)) (func $f0 (type $t0)) - (table $T0 1 anyfunc) + (table $T0 1 funcref) (memory $M0 1) (global $g1 i32 (global.get $m.g)) (elem $e0 (global.get $m.g) $f0) |