fix pretty test fallout
This commit is contained in:
parent
7cd762a967
commit
cb85223903
@ -12,12 +12,8 @@
|
||||
|
||||
// pp-exact
|
||||
|
||||
trait UnsafeTrait {
|
||||
fn foo(&self);
|
||||
}
|
||||
struct Test;
|
||||
|
||||
impl !UnsafeTrait for int {
|
||||
fn foo(&self) { }
|
||||
}
|
||||
impl !Send for Test { }
|
||||
|
||||
pub fn main() { }
|
||||
|
Loading…
Reference in New Issue
Block a user