Skip to content

Commit

Permalink
Rollup merge of #125973 - Zalathar:pretty, r=lqd
Browse files Browse the repository at this point in the history
Remove `tests/run-make-fulldeps/pretty-expanded`

This was an ancient regression test for #12685, caused by `-Zunpretty=expanded` crashing on certain code produced by `#[derive(RustcEncodable)]`.

Given that this test predates `//@ pretty-expanded` tests, and was tied to ancient implementation details of the pretty-printer and `#[derive(RustcEncodable)]` (which the test no longer even uses), I think we can safely delete it.

---

Spotted via #125948.
  • Loading branch information
GuillaumeGomez committed Jun 4, 2024
2 parents 532aa9a + c7491a9 commit f41c3e9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 29 deletions.
4 changes: 0 additions & 4 deletions tests/run-make-fulldeps/pretty-expanded/Makefile

This file was deleted.

25 changes: 0 additions & 25 deletions tests/run-make-fulldeps/pretty-expanded/input.rs

This file was deleted.

0 comments on commit f41c3e9

Please sign in to comment.