diff options
Diffstat (limited to 'test/roundtrip/inline-export-table.txt')
-rw-r--r-- | test/roundtrip/inline-export-table.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/roundtrip/inline-export-table.txt b/test/roundtrip/inline-export-table.txt index 61ea0598..329925ed 100644 --- a/test/roundtrip/inline-export-table.txt +++ b/test/roundtrip/inline-export-table.txt @@ -10,6 +10,6 @@ (type (;0;) (func)) (func (;0;) (type 0)) (func (;1;) (type 0)) - (table (;0;) (export "foo") 2 2 anyfunc) + (table (;0;) (export "foo") 2 2 funcref) (elem (;0;) (i32.const 0) 0 1)) ;;; STDOUT ;;) |