diff options
| author | Andy Wang <cbeuw.andy@gmail.com> | 2021-08-24 13:21:27 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-24 13:21:27 +0100 |
| commit | 7ed9f2e6aa1e38ff43c0fe56bd9afc7f8aec28ba (patch) | |
| tree | e1793f0eb8a6172013dc4d289c0c951d090ea703 | |
| parent | 08c55bdce592154dbbe36588f4e228b4b3a0ecaf (diff) | |
| download | rust-7ed9f2e6aa1e38ff43c0fe56bd9afc7f8aec28ba.tar.gz rust-7ed9f2e6aa1e38ff43c0fe56bd9afc7f8aec28ba.zip | |
Ignore test on Windows
| -rw-r--r-- | src/test/run-make-fulldeps/remap-path-prefix/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/test/run-make-fulldeps/remap-path-prefix/Makefile b/src/test/run-make-fulldeps/remap-path-prefix/Makefile index b01f406e558..86785c59509 100644 --- a/src/test/run-make-fulldeps/remap-path-prefix/Makefile +++ b/src/test/run-make-fulldeps/remap-path-prefix/Makefile @@ -1,5 +1,7 @@ -include ../tools.mk +# ignore-windows + # Checks if remapping works if the remap-from string contains path to the working directory plus more all: $(RUSTC) --remap-path-prefix $$PWD/auxiliary=/the/aux --crate-type=lib --emit=metadata auxiliary/lib.rs |
