diff options
Diffstat (limited to 'test/print/memory-notshared.wast')
-rw-r--r-- | test/print/memory-notshared.wast | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/test/print/memory-notshared.wast b/test/print/memory-notshared.wast deleted file mode 100644 index 4a7b8449a..000000000 --- a/test/print/memory-notshared.wast +++ /dev/null @@ -1,3 +0,0 @@ -(module - (memory $0 23 256 notshared) -) |