From ff655a7dbc90c24537dbfeaf4693c54617745bcf Mon Sep 17 00:00:00 2001 From: Oliver Schneider Date: Tue, 21 Feb 2017 12:12:08 +0100 Subject: [PATCH] Ui windows test paths are wrong --- tests/ui-windows/conf_bad_toml.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/ui-windows/conf_bad_toml.rs b/tests/ui-windows/conf_bad_toml.rs index b5ea6d96ef58..69ce68c25dfa 100644 --- a/tests/ui-windows/conf_bad_toml.rs +++ b/tests/ui-windows/conf_bad_toml.rs @@ -1,6 +1,6 @@ // error-pattern: error reading Clippy's configuration file #![feature(plugin)] -#![plugin(clippy(conf_file="./tests/compile-fail/conf_bad_toml.toml"))] +#![plugin(clippy(conf_file="./tests/ui-windows/conf_bad_toml.toml"))] fn main() {}