Skip to content

Commit 392bfc6

Browse files
committed
tests/run-make/unknown-mod-stdin: Ignore Windows
The test fails on Windows with the diff - = help: to create the module `unknown`, create file "unknown.rs" or "unknown/mod.rs" + = help: to create the module `unknown`, create file "unknown.rs" or "unknown\mod.rs" There is no need to run this test on Windows, so ignore it.
1 parent 86433e6 commit 392bfc6

File tree

1 file changed

+2
-0
lines changed
  • tests/run-make/unknown-mod-stdin

1 file changed

+2
-0
lines changed

tests/run-make/unknown-mod-stdin/Makefile

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# ignore-windows
2+
13
include ../tools.mk
24

35
all:

0 commit comments

Comments
 (0)