Revise DST test to not require duplicate errors.

This commit is contained in:
Aaron Turon 2014-10-06 16:31:40 -07:00
parent 07cfc252a1
commit d007d44dad
1 changed files with 0 additions and 2 deletions

View File

@ -12,6 +12,4 @@ fn main() {
let _x = "test" as &::std::any::Any;
//~^ ERROR the trait `core::kinds::Sized` is not implemented for the type `str`
//~^^ NOTE the trait `core::kinds::Sized` must be implemented for the cast to the object type
//~^^^ ERROR the trait `core::kinds::Sized` is not implemented for the type `str`
//~^^^^ NOTE the trait `core::kinds::Sized` must be implemented for the cast to the object type
}