Unignore some pretty printing tests
This commit is contained in:
parent
1f0db5e0a3
commit
28a50b376a
@ -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;
|
||||
|
@ -1,5 +1,4 @@
|
||||
// run-pass
|
||||
// ignore-pretty issue #37201
|
||||
|
||||
struct X { val: i32 }
|
||||
impl std::ops::Deref for X {
|
||||
|
@ -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.
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user