Skip to content

Commit 165289a

Browse files
committed
Enable the dump-ice-to-disk for msvc
It was only flaky for i686-mingw (windows-gnu), it seemed reasonably reliable for msvc.
1 parent 36bbb42 commit 165289a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/run-make/dump-ice-to-disk/rmake.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
//! - An attempt is made to re-enable this test on `i686-mingw` (by removing `ignore-windows`). If
2424
//! this test is still flakey, please restore the `ignore-windows` directive.
2525
26-
//@ ignore-windows
26+
//@ ignore-windows-gnu
2727
//FIXME(#128911): still flakey on i686-mingw.
2828

2929
use std::cell::OnceCell;

0 commit comments

Comments
 (0)