diff options
Diffstat (limited to 'tests/run-coverage/assert.coverage')
-rw-r--r-- | tests/run-coverage/assert.coverage | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/run-coverage/assert.coverage b/tests/run-coverage/assert.coverage index 3c6108e43..8b997724c 100644 --- a/tests/run-coverage/assert.coverage +++ b/tests/run-coverage/assert.coverage @@ -7,7 +7,7 @@ ^1 LL| 3|} LL| | - LL| 1|fn main() -> Result<(),u8> { + LL| 1|fn main() -> Result<(), u8> { LL| 1| let mut countdown = 10; LL| 11| while countdown > 0 { LL| 11| if countdown == 1 { |