Fix more wrong windows ui test paths

This commit is contained in:
Oliver Schneider 2017-02-21 12:12:45 +01:00 committed by GitHub
parent ff655a7dbc
commit 0996f8bb00

View 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() {}