Don't ignore assertions in the test files. (Whoops)

This commit is contained in:
2018-12-30 17:15:18 -08:00
parent c55a1956d4
commit dc6732a875

View File

@@ -34,4 +34,4 @@ executable gen-tests
build-depends: base >=4.11 && < 4.14, ascii-progress, containers, directory, filepath, integer-gmp, random build-depends: base >=4.11 && < 4.14, ascii-progress, containers, directory, filepath, integer-gmp, random
hs-source-dirs: . hs-source-dirs: .
default-language: Haskell2010 default-language: Haskell2010
ghc-options: -Wall -O2 -threaded -rtsopts -with-rtsopts=-N ghc-options: -Wall -O2 -fno-ignore-asserts -threaded -rtsopts -with-rtsopts=-N