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
trait UnsafeTrait {
fn foo(&self);
}
struct Test;
impl !UnsafeTrait for int {
fn foo(&self) { }
}
impl !Send for Test { }
pub fn main() { }