Update compile fail tests to use isize.
This commit is contained in:
parent
4f5a57e80e
commit
0c70ce1424
552 changed files with 1323 additions and 1323 deletions
|
@ -8,4 +8,4 @@
|
|||
// option. This file may not be copied, modified, or distributed
|
||||
// except according to those terms.
|
||||
|
||||
fn f(+x: int) {} //~ ERROR unexpected token: `+`
|
||||
fn f(+x: isize) {} //~ ERROR unexpected token: `+`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue