about summary refs log tree commit diff
path: root/tests/coverage/async2.coverage
diff options
context:
space:
mode:
Diffstat (limited to 'tests/coverage/async2.coverage')
-rw-r--r--tests/coverage/async2.coverage4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/coverage/async2.coverage b/tests/coverage/async2.coverage
index fa56072924b..e9ed8253093 100644
--- a/tests/coverage/async2.coverage
+++ b/tests/coverage/async2.coverage
@@ -28,9 +28,9 @@
    LL|       |
    LL|      1|fn main() {
    LL|      1|    println!("codecovsample::main");
-   LL|      1|
+   LL|       |
    LL|      1|    non_async_func();
-   LL|      1|
+   LL|       |
    LL|      1|    executor::block_on(async_func());
    LL|      1|    executor::block_on(async_func_just_println());
    LL|      1|}