From 8ea050d89dbdb133ee6f17314a1b1acfbc42363f Mon Sep 17 00:00:00 2001 From: Michael Woerister Date: Fri, 28 Apr 2017 13:30:07 +0200 Subject: [PATCH] Disable path remapping test on Windows. --- src/test/codegen/remap_path_prefix/main.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/test/codegen/remap_path_prefix/main.rs b/src/test/codegen/remap_path_prefix/main.rs index 26e4f04e1b8..eb00c91ba5f 100644 --- a/src/test/codegen/remap_path_prefix/main.rs +++ b/src/test/codegen/remap_path_prefix/main.rs @@ -8,6 +8,7 @@ // option. This file may not be copied, modified, or distributed // except according to those terms. +// ignore-windows // ignore-tidy-linelength // compile-flags: -g -C no-prepopulate-passes -Zremap-path-prefix-from={{cwd}} -Zremap-path-prefix-to=/the/cwd -Zremap-path-prefix-from={{src-base}} -Zremap-path-prefix-to=/the/src