diff options
author | Ian Lynagh <igloo@earth.li> | 2012-06-20 13:22:02 +0100 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2012-06-20 13:22:02 +0100 |
commit | b8d7b8fa60ae959ec6e15b35ab640429a95e79ed (patch) | |
tree | a8144bdb870428e916efa6b26b8418096d422a46 /libraries/base/tests/enum04.hs | |
parent | c4b81e3d2c5c164c675d2a4e84a830edda34dd52 (diff) | |
download | haskell-b8d7b8fa60ae959ec6e15b35ab640429a95e79ed.tar.gz |
Update tests following changes in base
Diffstat (limited to 'libraries/base/tests/enum04.hs')
-rw-r--r-- | libraries/base/tests/enum04.hs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libraries/base/tests/enum04.hs b/libraries/base/tests/enum04.hs index fed9e8c4ef..8120a5bb21 100644 --- a/libraries/base/tests/enum04.hs +++ b/libraries/base/tests/enum04.hs @@ -1,6 +1,5 @@ {-# LANGUAGE ScopedTypeVariables #-} import Control.Exception -import Prelude hiding (catch) -- enumFrom on basic numeric types should be strict -- (possibly a bug in the Haskell Report: it specifies that |