about summary refs log tree commit diff
path: root/src/test
diff options
context:
space:
mode:
authorVadim Petrochenkov <vadim.petrochenkov@gmail.com>2017-11-03 22:41:15 +0300
committerVadim Petrochenkov <vadim.petrochenkov@gmail.com>2017-11-03 22:41:15 +0300
commitd588f9338da3f29f03216e2f2685df5b7ad3d0b3 (patch)
treeb1e69fa04552e6d47cc1543e760482d38a1a2592 /src/test
parent525b81d570b15df2ed5896f0215baea5c64c650c (diff)
downloadrust-d588f9338da3f29f03216e2f2685df5b7ad3d0b3.tar.gz
rust-d588f9338da3f29f03216e2f2685df5b7ad3d0b3.zip
Shorten paths to auxiliary files created by tests
Diffstat (limited to 'src/test')
-rw-r--r--src/test/run-make/extra-filename-with-temp-outputs/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/run-make/extra-filename-with-temp-outputs/Makefile b/src/test/run-make/extra-filename-with-temp-outputs/Makefile
index 13ca397eaf2..6de4f97df0c 100644
--- a/src/test/run-make/extra-filename-with-temp-outputs/Makefile
+++ b/src/test/run-make/extra-filename-with-temp-outputs/Makefile
@@ -2,5 +2,5 @@
 
 all:
 	$(RUSTC) -C extra-filename=bar foo.rs -C save-temps
-	rm $(TMPDIR)/foobar.foo0.rust-cgu.o
+	rm $(TMPDIR)/foobar.foo0.rcgu.o
 	rm $(TMPDIR)/$(call BIN,foobar)