File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
tests/run-make/remap-path-prefix Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -22,8 +22,8 @@ remap-with-scope:
22
22
! grep " $$ PWD/auxiliary" $(TMPDIR ) /liblib.rmeta || exit 1
23
23
24
24
$(RUSTC) --remap-path-prefix $$PWD/auxiliary=/the/aux -Zremap-path-scope=macro $(DEBUGINFOOPTS) --crate-type=lib --emit=metadata auxiliary/lib.rs
25
- ! grep "/the/aux/lib.rs" $(TMPDIR)/liblib.rmeta || exit 1
26
- grep "$$PWD/auxiliary" $(TMPDIR)/liblib.rmeta || exit 1
25
+ grep "/the/aux/lib.rs" $(TMPDIR)/liblib.rmeta || exit 1
26
+ ! grep "$$PWD/auxiliary" $(TMPDIR)/liblib.rmeta || exit 1
27
27
28
28
$(RUSTC) --remap-path-prefix $$PWD/auxiliary=/the/aux -Zremap-path-scope=diagnostics,object $(DEBUGINFOOPTS) --crate-type=lib --emit=metadata auxiliary/lib.rs
29
29
grep "/the/aux/lib.rs" $(TMPDIR)/liblib.rmeta || exit 1
You can’t perform that action at this time.
0 commit comments