diff options
| author | Flavio Percoco <flaper87@gmail.com> | 2014-04-16 16:28:09 +0200 |
|---|---|---|
| committer | Flavio Percoco <flaper87@gmail.com> | 2014-04-16 17:45:06 +0200 |
| commit | fcdc36b1424928bfccee52b60d74f07577bc02fc (patch) | |
| tree | 1c77a4a9278cfb52d51c77ec320e0f5f9820f960 /src/test | |
| parent | 246ebd2d5aebc68a581c33c33cbce5f2bc7dc7d6 (diff) | |
| download | rust-fcdc36b1424928bfccee52b60d74f07577bc02fc.tar.gz rust-fcdc36b1424928bfccee52b60d74f07577bc02fc.zip | |
Move `--ls` behind `-Z ls`
Closes #13549
Diffstat (limited to 'src/test')
| -rw-r--r-- | src/test/run-make/ls-metadata/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/test/run-make/ls-metadata/Makefile b/src/test/run-make/ls-metadata/Makefile index b568809156b..fc3f5bce0cd 100644 --- a/src/test/run-make/ls-metadata/Makefile +++ b/src/test/run-make/ls-metadata/Makefile @@ -2,6 +2,6 @@ all: $(RUSTC) foo.rs - $(RUSTC) --ls $(TMPDIR)/foo + $(RUSTC) -Z ls $(TMPDIR)/foo touch $(TMPDIR)/bar - $(RUSTC) --ls $(TMPDIR)/bar + $(RUSTC) -Z ls $(TMPDIR)/bar |
