Skip to content

Commit

Permalink
fix pretty test fallout
Browse files Browse the repository at this point in the history
  • Loading branch information
flaper87 committed Jan 16, 2015
1 parent 7cd762a commit cb85223
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions src/test/pretty/trait-polarity.rs
Expand Up @@ -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() { }

7 comments on commit cb85223

@bors
Copy link
Contributor

@bors bors commented on cb85223 Jan 16, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

saw approval from nikomatsakis
at flaper87@cb85223

@bors
Copy link
Contributor

@bors bors commented on cb85223 Jan 16, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging FlaPer87/rust/oibit-send-and-friends = cb85223 into auto

@bors
Copy link
Contributor

@bors bors commented on cb85223 Jan 16, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

status: {"merge_sha": "ee2bfae011e368e224d6d4f4c9fad13606ee99da"}

@bors
Copy link
Contributor

@bors bors commented on cb85223 Jan 16, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

FlaPer87/rust/oibit-send-and-friends = cb85223 merged ok, testing candidate = ee2bfae

@bors
Copy link
Contributor

@bors bors commented on cb85223 Jan 16, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fast-forwarding master to auto = ee2bfae

@bors
Copy link
Contributor

@bors bors commented on cb85223 Jan 16, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fast-forwarding master to auto = ee2bfae

Please sign in to comment.