about summary refs log tree commit diff
path: root/src/test/run-make/wasm-stringify-ints-small/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/run-make/wasm-stringify-ints-small/Makefile')
-rw-r--r--src/test/run-make/wasm-stringify-ints-small/Makefile10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/test/run-make/wasm-stringify-ints-small/Makefile b/src/test/run-make/wasm-stringify-ints-small/Makefile
deleted file mode 100644
index 2fa2c954d4a..00000000000
--- a/src/test/run-make/wasm-stringify-ints-small/Makefile
+++ /dev/null
@@ -1,10 +0,0 @@
-include ../../run-make-fulldeps/tools.mk
-
-ifeq ($(TARGET),wasm32-unknown-unknown)
-all:
-	$(RUSTC) foo.rs -C lto -O --target wasm32-unknown-unknown
-	wc -c < $(TMPDIR)/foo.wasm
-	[ "`wc -c < $(TMPDIR)/foo.wasm`" -lt "25000" ]
-else
-all:
-endif