mirror of
https://github.com/kmc7468/cs220.git
synced 2025-12-12 21:08:45 +00:00
Update assignment01_grade.rs
This commit is contained in:
@@ -18,7 +18,7 @@ mod test {
|
||||
}
|
||||
|
||||
#[test]
|
||||
fn sub_underflow() {
|
||||
fn sub_overflow() {
|
||||
assert_eq!(sub(usize::MIN, 1), usize::MAX);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user