diff options
Diffstat (limited to 'test/empty_table.wast.fromBinary.noDebugInfo')
-rw-r--r-- | test/empty_table.wast.fromBinary.noDebugInfo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/empty_table.wast.fromBinary.noDebugInfo b/test/empty_table.wast.fromBinary.noDebugInfo index 9d7d65c26..b5afde4a5 100644 --- a/test/empty_table.wast.fromBinary.noDebugInfo +++ b/test/empty_table.wast.fromBinary.noDebugInfo @@ -1,5 +1,5 @@ (module (memory $0 0) - (table 0 0 anyfunc) + (table $0 0 0 anyfunc) ) |