summaryrefslogtreecommitdiffstats
path: root/src/test/run-make-fulldeps/symbols-include-type-name/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/run-make-fulldeps/symbols-include-type-name/Makefile')
-rw-r--r--src/test/run-make-fulldeps/symbols-include-type-name/Makefile9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/test/run-make-fulldeps/symbols-include-type-name/Makefile b/src/test/run-make-fulldeps/symbols-include-type-name/Makefile
deleted file mode 100644
index ac26a852e..000000000
--- a/src/test/run-make-fulldeps/symbols-include-type-name/Makefile
+++ /dev/null
@@ -1,9 +0,0 @@
-include ../tools.mk
-
-# Check that symbol names for methods include type names, instead of <impl>.
-
-OUT=$(TMPDIR)/lib.s
-
-all:
- $(RUSTC) --crate-type staticlib --emit asm lib.rs
- $(CGREP) Def < $(OUT)