diff options
| author | bors <bors@rust-lang.org> | 2022-07-25 12:24:41 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2022-07-25 12:24:41 +0000 |
| commit | f847795bb25cbd3b8959a94cd99cc82401c24828 (patch) | |
| tree | ebb3c35bbd730be30f7d43558a6ecaffa50dc9a7 | |
| parent | af33de7d35262b2bd24394cabd83bd17204802cc (diff) | |
| parent | b5e5b4281550b1517a72549e6567494e3c3f6605 (diff) | |
| download | rust-f847795bb25cbd3b8959a94cd99cc82401c24828.tar.gz rust-f847795bb25cbd3b8959a94cd99cc82401c24828.zip | |
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
| -rw-r--r-- | tests/ui-cargo/multiple_config_files/warn/src/main.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/ui-cargo/multiple_config_files/warn/src/main.rs b/tests/ui-cargo/multiple_config_files/warn/src/main.rs index 2d0b4a7948c..e7a11a969c0 100644 --- a/tests/ui-cargo/multiple_config_files/warn/src/main.rs +++ b/tests/ui-cargo/multiple_config_files/warn/src/main.rs @@ -1,5 +1,3 @@ -// ignore-windows - fn main() { println!("Hello, world!"); } |
