Fix up error-pattern style test

This commit is contained in:
Jonathan Turner 2016-04-29 14:06:20 -07:00 committed by Niko Matsakis
parent 79f61a4532
commit 5974e5b294

View File

@ -9,8 +9,5 @@
// except according to those terms. // except according to those terms.
// error-pattern:mismatched types // error-pattern:mismatched types
// error-pattern:expected bool, found integral variable
// error-pattern:expected type `bool`
// error-pattern:found type `_`
fn main(){assert!(1,1);} fn main(){assert!(1,1);}