[commit: packages/pretty] large_docs: Put large_doc test (slowest) last (9ebd518)

git at git.haskell.org git at git.haskell.org
Fri Jan 23 22:50:08 UTC 2015


Repository : ssh://git@git.haskell.org/pretty

On branch  : large_docs
Link       : http://git.haskell.org/packages/pretty.git/commitdiff/9ebd5188f88000f37beeca4e668fa42ba798d6d0

>---------------------------------------------------------------

commit 9ebd5188f88000f37beeca4e668fa42ba798d6d0
Author: Eyal Lotem <eyal.lotem at gmail.com>
Date:   Tue Jul 2 02:37:45 2013 +0300

    Put large_doc test (slowest) last


>---------------------------------------------------------------

9ebd5188f88000f37beeca4e668fa42ba798d6d0
 tests/Test.hs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/Test.hs b/tests/Test.hs
index dda582a..f9cb025 100644
--- a/tests/Test.hs
+++ b/tests/Test.hs
@@ -29,7 +29,6 @@ import Test.QuickCheck
 
 main :: IO ()
 main = do
-    large_doc
     check_laws
     check_invariants
     check_improvements
@@ -38,6 +37,7 @@ main = do
     check_list_def
     testPP1
     testT3911
+    large_doc
 
 -- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 -- Utility functions



More information about the ghc-commits mailing list