Auto merge of #9245 - alex-semenyuk:enable_multiple_config_files_on_windows, r=Alexendoo

Enable test multiple_config_files on windows

Verified that it actully works on windows
changelog: none
This commit is contained in:
bors 2022-07-25 12:24:41 +00:00
commit f847795bb2

View file

@ -1,5 +1,3 @@
// ignore-windows
fn main() {
println!("Hello, world!");
}