adjust test totality008 with --consolewidth for use with -f curses

This commit is contained in:
Andreas Reuleaux 2015-03-19 18:47:38 +00:00
parent 001fb4a34f
commit 2a7d6a96b9
2 changed files with 3 additions and 2 deletions

View File

@ -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

View File

@ -1,3 +1,3 @@
#!/usr/bin/env bash
idris $@ totality008.idr --check
idris --consolewidth 80 $@ totality008.idr --check
rm -f *.ibc