diff options
Diffstat (limited to 'tests/run-coverage/overflow.rs')
-rw-r--r-- | tests/run-coverage/overflow.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/run-coverage/overflow.rs b/tests/run-coverage/overflow.rs index 7df8de6f3..bbb65c1b3 100644 --- a/tests/run-coverage/overflow.rs +++ b/tests/run-coverage/overflow.rs @@ -12,7 +12,7 @@ fn might_overflow(to_add: u32) -> u32 { result } -fn main() -> Result<(),u8> { +fn main() -> Result<(), u8> { let mut countdown = 10; while countdown > 0 { if countdown == 1 { |