changed tests

This commit is contained in:
Rui Barreiro 2020-07-05 18:55:34 +01:00
parent 46cc328235
commit 35961676bc
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
1/1: Building wcov (wcov.idr)
Main> Main.tfoo is total
Main> Main.wfoo is total
Main> Main.wbar is not covering due to call to function Main.with block in 1395
Main> Main.wbar is not covering due to call to function Main.with block in 1396
Main> Main.wbar1 is total
Main> Bye for now!

View File

@ -3,4 +3,4 @@ casetot.idr:12:1--13:1:main is not covering at:
12 main : IO ()
13 main = do
Calls non covering function Main.case block in 2164(630)
Calls non covering function Main.case block in 2165(630)