Skip to content

Commit

Permalink
Rollup merge of rust-lang#91317 - petrochenkov:debugnu, r=Mark-Simula…
Browse files Browse the repository at this point in the history
…crum

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.
  • Loading branch information
JohnTitor committed Nov 30, 2021
2 parents 626afa1 + b6f9416 commit ae1badb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/debuginfo/rc_arc.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// pretty-printers are not loaded
// ignore-windows-gnu: pretty-printers are not loaded
// compile-flags:-g

// min-gdb-version: 8.1
Expand Down

0 comments on commit ae1badb

Please sign in to comment.