]> git.lizzy.rs Git - rust.git/blobdiff - src/tools/miri/tests/pass/no_std.rs
Auto merge of #104915 - weihanglo:update-cargo, r=ehuss
[rust.git] / src / tools / miri / tests / pass / no_std.rs
index eb0e860e68ebffb642c09b6d19d7d8e30942b846..3bece7783f798db012424aa871760904a71a5546 100644 (file)
@@ -1,9 +1,5 @@
 #![feature(lang_items, start)]
 #![no_std]
-// 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 stdout: