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