Skip to content

Commit

Permalink
tests/run-make/unknown-mod-stdin: Ignore Windows
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Enselic committed Aug 1, 2023
1 parent 86433e6 commit 392bfc6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/run-make/unknown-mod-stdin/Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# ignore-windows

include ../tools.mk

all:
Expand Down

0 comments on commit 392bfc6

Please sign in to comment.