Rollup merge of #87098 - JohnTitor:unignore-some-tests, r=petrochenkov

Unignore some pretty printing tests

Closes #37201
r? ````@petrochenkov````
This commit is contained in:
Yuki Okushi 2021-07-14 09:35:23 +09:00 committed by GitHub
commit d5e0426eab
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 0 additions and 5 deletions

View file

@ -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;

View file

@ -1,5 +1,4 @@
// run-pass
// ignore-pretty issue #37201
struct X { val: i32 }
impl std::ops::Deref for X {

View file

@ -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.

View file

@ -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