Skip to content

Commit 486135d

Browse files
committed
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.
1 parent 54dcff1 commit 486135d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ui/backtrace/std-backtrace.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
//@ ignore-wasm32 spawning processes is not supported
44
//@ ignore-openbsd no support for libbacktrace without filename
55
//@ ignore-sgx no processes
6-
//@ ignore-msvc see #62897 and `backtrace-debuginfo.rs` test
6+
//@ ignore-i686-pc-windows-msvc see #62897 and `backtrace-debuginfo.rs` test
77
//@ ignore-fuchsia Backtraces not symbolized
88
//@ compile-flags:-g
99
//@ compile-flags:-Cstrip=none

0 commit comments

Comments
 (0)