Skip to content

Commit cb85223

Browse files
committed
fix pretty test fallout
1 parent 7cd762a commit cb85223

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

src/test/pretty/trait-polarity.rs

+2-6
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,8 @@
1212

1313
// pp-exact
1414

15-
trait UnsafeTrait {
16-
fn foo(&self);
17-
}
15+
struct Test;
1816

19-
impl !UnsafeTrait for int {
20-
fn foo(&self) { }
21-
}
17+
impl !Send for Test { }
2218

2319
pub fn main() { }

0 commit comments

Comments
 (0)