Skip to content

Commit

Permalink
Fix up some expected outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
adpaco-aws committed Aug 21, 2024
1 parent c0cc10d commit fb7c9e9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions tests/coverage/if-statement-multi/expected
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Source-based code coverage results:

test.rs (main)\
* 20:1 - 25:2 COVERED
* 21:1 - 26:2 COVERED

test.rs (test_cov)\
* 15:1 - 16:15 COVERED\
* 16:19 - 16:28 UNCOVERED\
* 16:31 - 16:35 COVERED\
* 16:45 - 16:50 UNCOVERED\
* 17:1 - 17:2 COVERED
* 16:1 - 17:15 COVERED\
* 17:19 - 17:28 UNCOVERED\
* 17:31 - 17:35 COVERED\
* 17:45 - 17:50 UNCOVERED\
* 18:1 - 18:2 COVERED
2 changes: 1 addition & 1 deletion tests/coverage/known_issues/assume_assert/expected
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Source-based code coverage results:

main.rs (check_assume_assert)\
* 10:1 - 14:2 COVERED
* 11:1 - 15:2 COVERED

0 comments on commit fb7c9e9

Please sign in to comment.