diff options
Diffstat (limited to 'test/empty_table.wast')
-rw-r--r-- | test/empty_table.wast | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/empty_table.wast b/test/empty_table.wast index 17ce9d6b2..04f4026af 100644 --- a/test/empty_table.wast +++ b/test/empty_table.wast @@ -1,4 +1,4 @@ (module - (table 0 0 anyfunc) + (table 0 0 funcref) (memory $0 0) ) |