Fix test that used an oversized int literal
This commit is contained in:
parent
7548a0d77a
commit
17e99ec57f
@ -1,5 +1,5 @@
|
||||
|
||||
|
||||
fn f<T>(i: @int, t: T) { }
|
||||
fn f<T>(i: @uint, t: T) { }
|
||||
|
||||
fn main() { let x = bind f::<char>(@0xdeafbeef, _); }
|
||||
fn main() { let x = bind f::<char>(@0xdeafbeefu, _); }
|
||||
|
Loading…
x
Reference in New Issue
Block a user