diff options
Diffstat (limited to 'test/roundtrip/inline-import-table.txt')
-rw-r--r-- | test/roundtrip/inline-import-table.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/roundtrip/inline-import-table.txt b/test/roundtrip/inline-import-table.txt index 484b8447..2934e5b6 100644 --- a/test/roundtrip/inline-import-table.txt +++ b/test/roundtrip/inline-import-table.txt @@ -5,5 +5,5 @@ ) (;; STDOUT ;;; (module - (table (;0;) (import "mod" "t1") 1 anyfunc)) + (table (;0;) (import "mod" "t1") 1 funcref)) ;;; STDOUT ;;) |