Skip to content

Commit a9d5dff

Browse files
committed
Ignore windows in the test.
1 parent 94605b9 commit a9d5dff

File tree

1 file changed

+5
-0
lines changed
  • src/test/run-make-fulldeps/incr-add-rust-src-component

1 file changed

+5
-0
lines changed

src/test/run-make-fulldeps/incr-add-rust-src-component/Makefile

+5
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33
# rust-lang/rust#70924: Test that if we add rust-src component in between two
44
# incremetnal compiles, the compiler does not ICE on the second.
55

6+
# This test uses `ln -s` rather than copying to save testing time, but its
7+
# usage doesn't work on windows. So ignore windows.
8+
9+
# ignore-windows
10+
611
SYSROOT:=$(shell $(RUSTC) --print sysroot)
712
FAKEROOT=$(TMPDIR)/fakeroot
813
INCR=$(TMPDIR)/incr

0 commit comments

Comments
 (0)