fix pretty test fallout

This commit is contained in:
Flavio Percoco 2015-01-16 11:47:48 +01:00
parent 7cd762a967
commit cb85223903
1 changed files with 2 additions and 6 deletions

View File

@ -12,12 +12,8 @@
// pp-exact // pp-exact
trait UnsafeTrait { struct Test;
fn foo(&self);
}
impl !UnsafeTrait for int { impl !Send for Test { }
fn foo(&self) { }
}
pub fn main() { } pub fn main() { }