diff options
| author | Martin Nordholts <enselic@gmail.com> | 2023-08-01 06:06:39 +0200 |
|---|---|---|
| committer | Martin Nordholts <enselic@gmail.com> | 2023-08-01 06:09:12 +0200 |
| commit | 392bfc6bd34f49b51f62bd2788857610cc629dee (patch) | |
| tree | bca6e81b92f043f3fac9a6bb90c5f3d79f101abf | |
| parent | 86433e6ed1f28d1961d8316022277287330d71d1 (diff) | |
| download | rust-392bfc6bd34f49b51f62bd2788857610cc629dee.tar.gz rust-392bfc6bd34f49b51f62bd2788857610cc629dee.zip | |
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.
| -rw-r--r-- | tests/run-make/unknown-mod-stdin/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/run-make/unknown-mod-stdin/Makefile b/tests/run-make/unknown-mod-stdin/Makefile index 6a73179c51f..c1931765382 100644 --- a/tests/run-make/unknown-mod-stdin/Makefile +++ b/tests/run-make/unknown-mod-stdin/Makefile @@ -1,3 +1,5 @@ +# ignore-windows + include ../tools.mk all: |
