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 8a29906d..05c3b2d1 100644 --- a/test/roundtrip/inline-export-table.txt +++ b/test/roundtrip/inline-export-table.txt @@ -3,7 +3,7 @@ (module (func $f1) (func $f2) - (table $foo anyfunc (elem $f1 $f2)) + (table $foo funcref (elem $f1 $f2)) (export "foo" (table $foo))) (;; STDOUT ;;; (module |