about summary refs log tree commit diff
path: root/tests/run-coverage/assert.coverage
diff options
context:
space:
mode:
Diffstat (limited to 'tests/run-coverage/assert.coverage')
-rw-r--r--tests/run-coverage/assert.coverage2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/run-coverage/assert.coverage b/tests/run-coverage/assert.coverage
index 3c6108e436a..8b997724c4a 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 {