From 392bfc6bd34f49b51f62bd2788857610cc629dee Mon Sep 17 00:00:00 2001 From: Martin Nordholts Date: Tue, 1 Aug 2023 06:06:39 +0200 Subject: [PATCH] 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. --- tests/run-make/unknown-mod-stdin/Makefile | 2 ++ 1 file changed, 2 insertions(+) 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: