Skip to content

Commit 86e4216

Browse files
author
Oliver Schneider
committed
don't check for an exact error message
the system might change it, especially if the system language is changed
1 parent 7d4042b commit 86e4216

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/compile-fail/conf_non_existant.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// error-pattern: error reading Clippy's configuration file: No such file or directory
1+
// error-pattern: error reading Clippy's configuration file
22

33
#![feature(plugin)]
44
#![plugin(clippy(conf_file="./tests/compile-fail/non_existant_conf.toml"))]

0 commit comments

Comments
 (0)