diff options
author | Ian Lynagh <igloo@earth.li> | 2012-06-20 13:21:11 +0100 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2012-06-20 13:21:11 +0100 |
commit | cd0a88aab2270ac1b25163e1283b1edf2a696ded (patch) | |
tree | bf5df6cfe8fd4facf62de44dd489af338dc28d13 /testsuite/tests/concurrent/should_run/throwto002.hs | |
parent | de246aad74ed36eaffe4ac519f13818f2aecec5a (diff) | |
download | haskell-cd0a88aab2270ac1b25163e1283b1edf2a696ded.tar.gz |
Update tests following changes in base
Diffstat (limited to 'testsuite/tests/concurrent/should_run/throwto002.hs')
-rw-r--r-- | testsuite/tests/concurrent/should_run/throwto002.hs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/testsuite/tests/concurrent/should_run/throwto002.hs b/testsuite/tests/concurrent/should_run/throwto002.hs index 98c9f1f7a1..db67c24df7 100644 --- a/testsuite/tests/concurrent/should_run/throwto002.hs +++ b/testsuite/tests/concurrent/should_run/throwto002.hs @@ -7,7 +7,6 @@ import System.Environment import Control.Monad import GHC.Conc import Data.IORef -import Prelude hiding (catch) main = do r <- newIORef 0 |