Repository : ssh://darcs.haskell.org//srv/darcs/packages/containers On branch : master
http://hackage.haskell.org/trac/ghc/changeset/57fa012808c6009fd8feff82e415dc188c9b9385 >--------------------------------------------------------------- commit 57fa012808c6009fd8feff82e415dc188c9b9385 Author: Milan Straka <[email protected]> Date: Wed Nov 23 21:56:41 2011 +0100 Modify map and intmap tests to use test-framework. The old manually-run QuickCheck methods are run by test-framework now, because the framework can suppress noisy output and also return non-zero exitcode on error. Also duplicated properties were removed. tests/intmap-properties.hs | 832 +++++++++++--------------------------------- tests/map-properties.hs | 791 ++++++++++++++++-------------------------- 2 files changed, 513 insertions(+), 1110 deletions(-) Diff suppressed because of size. To see it, use: git show 57fa012808c6009fd8feff82e415dc188c9b9385 _______________________________________________ Cvs-libraries mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-libraries
