Migrate most of the existing coverage tests over to run-coverage
This commit is contained in:
parent
22e119bbac
commit
e0625b4586
81 changed files with 24 additions and 20 deletions
6
tests/run-coverage/while.coverage
Normal file
6
tests/run-coverage/while.coverage
Normal file
|
@ -0,0 +1,6 @@
|
|||
1| 1|fn main() {
|
||||
2| 1| let num = 9;
|
||||
3| 1| while num >= 10 {
|
||||
4| 0| }
|
||||
5| 1|}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue