diff options
Diffstat (limited to 'test/roundtrip/generate-from-import-name.txt')
-rw-r--r-- | test/roundtrip/generate-from-import-name.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/roundtrip/generate-from-import-name.txt b/test/roundtrip/generate-from-import-name.txt index fda5f85a..43a5b555 100644 --- a/test/roundtrip/generate-from-import-name.txt +++ b/test/roundtrip/generate-from-import-name.txt @@ -19,7 +19,7 @@ (type $t1 (func (result f32))) (type $t2 (func (result i32))) (import "m1" "my_func" (func $m1.my_func (type $t0))) - (import "m2" "my_table" (table $m2.my_table 1 anyfunc)) + (import "m2" "my_table" (table $m2.my_table 1 funcref)) (import "m3" "my_memory" (memory $m3.my_memory 1)) (import "m4" "my_global" (global $m4.my_global i32)) (import "m5" "foo_1" (func $m5.foo_1 (type $t1))) |