Adding i
suffixes so cfail tests keep failing after suffix inference
This commit is contained in:
parent
636a849bf2
commit
8cc1149130
@ -1,2 +1,2 @@
|
||||
// error-pattern:expected `str` but found `[int]`
|
||||
fn main() { fail [0]; }
|
||||
fn main() { fail [0i]; }
|
||||
|
@ -1,5 +1,5 @@
|
||||
fn f() -> ! {
|
||||
ret 42; //! ERROR expected `_|_` but found `int`
|
||||
ret 42i; //! ERROR expected `_|_` but found `int`
|
||||
fail; //! WARNING unreachable statement
|
||||
}
|
||||
fn main() { }
|
||||
|
Loading…
Reference in New Issue
Block a user