Skip to content

Commit ae1badb

Browse files
authored
Rollup merge of rust-lang#91317 - petrochenkov:debugnu, r=Mark-Simulacrum
tests: Ignore `test/debuginfo/rc_arc.rs` on windows-gnu The tests checks some pretty-printer output, but pretty-printers are not embedded on windows-gnu. Regressed in rust-lang#85448.
2 parents 626afa1 + b6f9416 commit ae1badb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/test/debuginfo/rc_arc.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// pretty-printers are not loaded
1+
// ignore-windows-gnu: pretty-printers are not loaded
22
// compile-flags:-g
33

44
// min-gdb-version: 8.1

0 commit comments

Comments
 (0)