mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-29 18:23:49 +00:00
Add missing fn
This commit is contained in:
parent
948a17ed1d
commit
a9f6f4b73e
@ -124,7 +124,7 @@ mod test {
|
||||
}
|
||||
|
||||
#[test]
|
||||
test_int_from_minus_sign() {
|
||||
fn test_int_from_minus_sign() {
|
||||
assert_eq!("-".parse::<i32>().ok(), None);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user