fix trait capitalise typo in test file

This commit is contained in:
Xuefeng Wu 2015-05-16 17:37:11 +08:00
parent 5cf6b02571
commit 574a8cd8cc

View file

@ -9,7 +9,7 @@
// except according to those terms.
fn foo(_: Self) {
//~^ ERROR use of `Self` outside of an impl or Trait
//~^ ERROR use of `Self` outside of an impl or trait
}
fn main() {}