Unignore some pretty printing tests

This commit is contained in:
Yuki Okushi 2021-07-13 16:55:40 +09:00
parent 1f0db5e0a3
commit 28a50b376a
No known key found for this signature in database
GPG Key ID: DABA5B072961C18A
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