Skip to content

Commit 2b6dc6c

Browse files
Jonathan Turnernikomatsakis
Jonathan Turner
authored andcommitted
Fix up error-pattern style test
1 parent 99d85b7 commit 2b6dc6c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/test/compile-fail/issue-14091.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,5 @@
99
// except according to those terms.
1010

1111
// error-pattern:mismatched types
12-
// error-pattern:expected bool, found integral variable
13-
// error-pattern:expected type `bool`
14-
// error-pattern:found type `_`
1512

1613
fn main(){assert!(1,1);}

0 commit comments

Comments
 (0)