don't check for an exact error message

the system might change it, especially if the system language is changed
This commit is contained in:
Oliver Schneider 2016-05-13 13:45:25 +02:00
parent 7d4042bc82
commit 86e4216a56
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
// error-pattern: error reading Clippy's configuration file: No such file or directory
// error-pattern: error reading Clippy's configuration file
#![feature(plugin)]
#![plugin(clippy(conf_file="./tests/compile-fail/non_existant_conf.toml"))]