Skip to content

Commit

Permalink
Rollup merge of #87098 - JohnTitor:unignore-some-tests, r=petrochenkov
Browse files Browse the repository at this point in the history
Unignore some pretty printing tests

Closes #37201
r? ``@petrochenkov``
  • Loading branch information
GuillaumeGomez committed Jul 13, 2021
2 parents d889c1c + 28a50b3 commit c777e90
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion src/test/ui/issues/issue-20427.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
#![allow(deprecated, deprecated_in_future)]

// aux-build:i8.rs
// ignore-pretty issue #37201

extern crate i8;
use std::string as i16;
Expand Down
1 change: 0 additions & 1 deletion src/test/ui/issues/issue-22992.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
// run-pass
// ignore-pretty issue #37201

struct X { val: i32 }
impl std::ops::Deref for X {
Expand Down
2 changes: 0 additions & 2 deletions src/test/ui/issues/issue-23338-ensure-param-drop-order.rs
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
// run-pass
#![allow(non_upper_case_globals)]

// ignore-pretty issue #37201

// This test is ensuring that parameters are indeed dropped after
// temporaries in a fn body.

Expand Down
1 change: 0 additions & 1 deletion src/test/ui/issues/issue-27401-dropflag-reinit.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
// run-pass
// ignore-pretty issue #37201

// Check that when a `let`-binding occurs in a loop, its associated
// drop-flag is reinitialized (to indicate "needs-drop" at the end of
Expand Down

0 comments on commit c777e90

Please sign in to comment.