Skip to content

Commit 06f69ba

Browse files
committed
Fix test output
Because it relies on the source file that I've just fixed for the linter. I think I've now spent more time pleasing the linter than fixing the actual bug...
1 parent f923c36 commit 06f69ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/idris2/reg040/expected

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
Error: doit is not covering.
33

44
CoverBug:20:1--20:26
5-
16 | fromInteger v =
5+
16 | fromInteger v =
66
17 | let (v ** p) = prv1 $ v
77
18 | in MkFastNat v
8-
19 |
8+
19 |
99
20 | doit : FastNat -> FastNat
1010
^^^^^^^^^^^^^^^^^^^^^^^^^
1111

0 commit comments

Comments
 (0)