diff options
Diffstat (limited to 'test/roundtrip/inline-import-export.txt')
-rw-r--r-- | test/roundtrip/inline-import-export.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/roundtrip/inline-import-export.txt b/test/roundtrip/inline-import-export.txt index 339c11f4..623b1911 100644 --- a/test/roundtrip/inline-import-export.txt +++ b/test/roundtrip/inline-import-export.txt @@ -16,6 +16,6 @@ (type (;0;) (func (param i32))) (func (;0;) (export "F") (import "mod" "f") (type 0) (param i32)) (global (;0;) (export "G") (import "mod" "g") f32) - (table (;0;) (export "T") (import "mod" "t") 1 2 anyfunc) + (table (;0;) (export "T") (import "mod" "t") 1 2 funcref) (memory (;0;) (export "M") (import "mod" "m") 3)) ;;; STDOUT ;;) |