diff options
Diffstat (limited to 'test/spec/import-after-table.fail.wast')
-rw-r--r-- | test/spec/import-after-table.fail.wast | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/spec/import-after-table.fail.wast b/test/spec/import-after-table.fail.wast index bcd747a99..fcc4f5f96 100644 --- a/test/spec/import-after-table.fail.wast +++ b/test/spec/import-after-table.fail.wast @@ -1 +1 @@ -(module (table 0 anyfunc) (import "" "" (func))) +(module (table 0 funcref) (import "" "" (func))) |