Adjust test for new overlap message on default trait impls

This commit is contained in:
Aaron Turon 2015-12-30 06:56:06 -08:00
parent d8160799b5
commit 7976e36544

View File

@ -15,7 +15,7 @@ trait MyTrait {}
impl MyTrait for .. {}
impl MyTrait for .. {}
//~^ ERROR conflicting implementations of trait `MyTrait`
//~^ ERROR redundant default implementations of trait `MyTrait`
trait MySafeTrait {}