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