]> git.lizzy.rs Git - rust.git/commitdiff
Fix more wrong windows ui test paths
authorOliver Schneider <oli-obk@users.noreply.github.com>
Tue, 21 Feb 2017 11:12:45 +0000 (12:12 +0100)
committerGitHub <noreply@github.com>
Tue, 21 Feb 2017 11:12:45 +0000 (12:12 +0100)
tests/ui-windows/conf_bad_type.rs

index 8dc3e4ec2e675c61c5c8bffa38b4521db5cdb4a6..eaaac0ea86dfc4fedf4b28f48c0fc32f613f08ed 100644 (file)
@@ -1,6 +1,6 @@
 // error-pattern: error reading Clippy's configuration file: `blacklisted-names` is expected to be a `Vec < String >` but is a `integer`
 
 #![feature(plugin)]
-#![plugin(clippy(conf_file="./tests/compile-fail/conf_bad_type.toml"))]
+#![plugin(clippy(conf_file="./tests/ui-windows/conf_bad_type.toml"))]
 
 fn main() {}