mirror of
https://github.com/ilyakooo0/Idris-dev.git
synced 2024-11-13 07:26:59 +03:00
adjust test totality008 with --consolewidth for use with -f curses
This commit is contained in:
parent
001fb4a34f
commit
2a7d6a96b9
@ -1 +1,2 @@
|
||||
totality008.idr:7:1:Main.ElimT is possibly not total due to: Main.c2
|
||||
totality008.idr:7:1:
|
||||
Main.ElimT is possibly not total due to: Main.c2
|
||||
|
@ -1,3 +1,3 @@
|
||||
#!/usr/bin/env bash
|
||||
idris $@ totality008.idr --check
|
||||
idris --consolewidth 80 $@ totality008.idr --check
|
||||
rm -f *.ibc
|
||||
|
Loading…
Reference in New Issue
Block a user