no_std works on Windows now
This commit is contained in:
parent
fee494b2b2
commit
a7db62810e
1 changed files with 0 additions and 4 deletions
|
|
@ -1,10 +1,6 @@
|
|||
#![feature(start, core_intrinsics)]
|
||||
#![no_std]
|
||||
//@compile-flags: -Cpanic=abort
|
||||
// windows tls dtors go through libstd right now, thus this test
|
||||
// cannot pass. When windows tls dtors go through the special magic
|
||||
// windows linker section, we can run this test on windows again.
|
||||
//@ignore-target-windows: no-std not supported on Windows
|
||||
|
||||
// Plumbing to let us use `writeln!` to host stderr:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue