Skip to content

Commit

Permalink
don't check for an exact error message
Browse files Browse the repository at this point in the history
the system might change it, especially if the system language is changed
  • Loading branch information
Oliver Schneider committed May 13, 2016
1 parent 7d4042b commit 86e4216
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/compile-fail/conf_non_existant.rs
@@ -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"))]
Expand Down

0 comments on commit 86e4216

Please sign in to comment.