From 486135d2ca44f43a3278a823ea41d0d3da9e74f5 Mon Sep 17 00:00:00 2001 From: jyn Date: Tue, 24 Dec 2024 16:21:22 -0500 Subject: [PATCH] Run `tests/ui/backtrace/std-backtrace.rs` on MSVC. the original PR which disabled these only mentions them being broken on i686. let's still make sure the rest of windows is supported. --- tests/ui/backtrace/std-backtrace.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/ui/backtrace/std-backtrace.rs b/tests/ui/backtrace/std-backtrace.rs index b4806457877d5..9121984b3f3b1 100644 --- a/tests/ui/backtrace/std-backtrace.rs +++ b/tests/ui/backtrace/std-backtrace.rs @@ -3,7 +3,7 @@ //@ ignore-wasm32 spawning processes is not supported //@ ignore-openbsd no support for libbacktrace without filename //@ ignore-sgx no processes -//@ ignore-msvc see #62897 and `backtrace-debuginfo.rs` test +//@ ignore-i686-pc-windows-msvc see #62897 and `backtrace-debuginfo.rs` test //@ ignore-fuchsia Backtraces not symbolized //@ compile-flags:-g //@ compile-flags:-Cstrip=none