From a7db62810ee19463b3fc22bd88bad3433b389757 Mon Sep 17 00:00:00 2001 From: Ralf Jung Date: Tue, 16 Apr 2024 21:46:18 +0200 Subject: [PATCH] no_std works on Windows now --- src/tools/miri/tests/fail/panic/no_std.rs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/tools/miri/tests/fail/panic/no_std.rs b/src/tools/miri/tests/fail/panic/no_std.rs index bad425804dc0..26cc0b278217 100644 --- a/src/tools/miri/tests/fail/panic/no_std.rs +++ b/src/tools/miri/tests/fail/panic/no_std.rs @@ -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: