Skip to content

Commit

Permalink
Ignore windows in the test.
Browse files Browse the repository at this point in the history
  • Loading branch information
pnkfelix committed Jun 5, 2020
1 parent 94605b9 commit a9d5dff
Showing 1 changed file with 5 additions and 0 deletions.
Expand Up @@ -3,6 +3,11 @@
# rust-lang/rust#70924: Test that if we add rust-src component in between two
# incremetnal compiles, the compiler does not ICE on the second.

# This test uses `ln -s` rather than copying to save testing time, but its
# usage doesn't work on windows. So ignore windows.

# ignore-windows

SYSROOT:=$(shell $(RUSTC) --print sysroot)
FAKEROOT=$(TMPDIR)/fakeroot
INCR=$(TMPDIR)/incr
Expand Down

0 comments on commit a9d5dff

Please sign in to comment.