Skip to content

Commit a7db628

Browse files
committed
no_std works on Windows now
1 parent fee494b commit a7db628

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/tools/miri/tests/fail/panic/no_std.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
#![feature(start, core_intrinsics)]
22
#![no_std]
33
//@compile-flags: -Cpanic=abort
4-
// windows tls dtors go through libstd right now, thus this test
5-
// cannot pass. When windows tls dtors go through the special magic
6-
// windows linker section, we can run this test on windows again.
7-
//@ignore-target-windows: no-std not supported on Windows
84

95
// Plumbing to let us use `writeln!` to host stderr:
106

0 commit comments

Comments
 (0)