summaryrefslogtreecommitdiff
path: root/test/empty.asm.js
diff options
context:
space:
mode:
authorSam Clegg <sbc@chromium.org>2020-10-19 19:56:34 -0500
committerGitHub <noreply@github.com>2020-10-19 17:56:34 -0700
commite0d092b1ad26e7ef4069e31807f7c76a9eb20587 (patch)
tree7108e62429d4a164df2b42f998ba253d26f4588f /test/empty.asm.js
parent8408cab1fdf67ce9ff331a131f06610909b78e61 (diff)
downloadbinaryen-e0d092b1ad26e7ef4069e31807f7c76a9eb20587.tar.gz
binaryen-e0d092b1ad26e7ef4069e31807f7c76a9eb20587.tar.bz2
binaryen-e0d092b1ad26e7ef4069e31807f7c76a9eb20587.zip
Remove legacy asm.js tests (#3260)
I don't think these files have been referenced since #3042 landed.
Diffstat (limited to 'test/empty.asm.js')
-rw-r--r--test/empty.asm.js4
1 files changed, 0 insertions, 4 deletions
diff --git a/test/empty.asm.js b/test/empty.asm.js
deleted file mode 100644
index 94fa6bb38..000000000
--- a/test/empty.asm.js
+++ /dev/null
@@ -1,4 +0,0 @@
-function EmptyModule() {
- 'use asm';
- return {};
-}