Skip to content

Commit 787b795

Browse files
committed
Only ignore windows-gnu in avr-jmp-offset
1 parent dff3e7c commit 787b795

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/run-make/avr-rjmp-offset/rmake.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
1414
// FIXME(#133480): this has been randomly failing on `x86_64-mingw` due to linker hangs or
1515
// crashes... so I'm going to disable this test for windows for now.
16-
//@ ignore-windows
16+
//@ ignore-windows-gnu
1717

1818
use run_make_support::{llvm_objdump, rustc};
1919

0 commit comments

Comments
 (0)