Skip to content

Commit d788dde

Browse files
sasurau4calebcartwright
authored andcommitted
Fix test config dir
1 parent d2d3712 commit d788dde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -703,7 +703,7 @@ fn get_config(config_file: Option<&Path>) -> Config {
703703
.read_to_string(&mut def_config)
704704
.expect("Couldn't read config");
705705

706-
Config::from_toml(&def_config, Path::new("tests/config/")).expect("invalid TOML")
706+
Config::from_toml(&def_config, Path::new("tests/")).expect("invalid TOML")
707707
}
708708

709709
// Reads significant comments of the form: `// rustfmt-key: value` into a hash map.

0 commit comments

Comments
 (0)