diff options
Diffstat (limited to '')
-rw-r--r-- | tests/run-make/print-calling-conventions/Makefile (renamed from tests/run-make-fulldeps/print-calling-conventions/Makefile) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/run-make-fulldeps/print-calling-conventions/Makefile b/tests/run-make/print-calling-conventions/Makefile index d3fd06392..27b87e610 100644 --- a/tests/run-make-fulldeps/print-calling-conventions/Makefile +++ b/tests/run-make/print-calling-conventions/Makefile @@ -1,4 +1,4 @@ --include ../tools.mk +include ../tools.mk all: $(RUSTC) --print calling-conventions |