Skip to content

Commit

Permalink
Fix up error-pattern style test
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Turner authored and nikomatsakis committed May 2, 2016
1 parent 79f61a4 commit 5974e5b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/test/compile-fail/issue-14091.rs
Expand Up @@ -9,8 +9,5 @@
// except according to those terms.

// 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);}

0 comments on commit 5974e5b

Please sign in to comment.