diff options
Diffstat (limited to 'test/empty_table.wast.fromBinary.noDebugInfo')
-rw-r--r-- | test/empty_table.wast.fromBinary.noDebugInfo | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/test/empty_table.wast.fromBinary.noDebugInfo b/test/empty_table.wast.fromBinary.noDebugInfo deleted file mode 100644 index f43b3c001..000000000 --- a/test/empty_table.wast.fromBinary.noDebugInfo +++ /dev/null @@ -1,5 +0,0 @@ -(module - (memory $0 0) - (table $0 0 0 funcref) -) - |