diff options
| author | Vadim Petrochenkov <vadim.petrochenkov@gmail.com> | 2017-11-03 22:41:15 +0300 |
|---|---|---|
| committer | Vadim Petrochenkov <vadim.petrochenkov@gmail.com> | 2017-11-03 22:41:15 +0300 |
| commit | d588f9338da3f29f03216e2f2685df5b7ad3d0b3 (patch) | |
| tree | b1e69fa04552e6d47cc1543e760482d38a1a2592 /src/test | |
| parent | 525b81d570b15df2ed5896f0215baea5c64c650c (diff) | |
| download | rust-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/Makefile | 2 |
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) |
