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

This commit is contained in:
Andreas Reuleaux 2015-03-19 18:27:16 +00:00
parent 694bdf64d8
commit 343e956085
2 changed files with 3 additions and 2 deletions

View File

@ -1,3 +1,4 @@
Type checking ./Totality.idr
Totality.idr:4:1:Totality.foo is not total as there are missing cases
Totality.idr:4:1:
Totality.foo is not total as there are missing cases
Totality.idr:4:1:Could not build: Totality.foo is not total as there are missing cases

View File

@ -2,6 +2,6 @@ package totality
-- totality007
-- Test that the package builder doesn't allow totality errors in a build
opts = ""
opts = "--consolewidth 80"
sourcedir = src
modules = Totality