Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unignore some pretty printing tests #87098

Merged
merged 1 commit into from
Jul 14, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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