Adding i suffixes so cfail tests keep failing after suffix inference

This commit is contained in:
Lindsey Kuper 2012-06-21 15:38:21 -07:00
parent 0fe9c0a9d1
commit 5710178081

View file

@ -1,3 +1,3 @@
// error-pattern:&& cannot be applied to type `int`
fn main() { let x = 1 && 2; }
fn main() { let x = 1i && 2i; }