summaryrefslogtreecommitdiff
path: root/testsuite/tests/concurrent/should_run/throwto002.hs
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2012-06-20 13:21:11 +0100
committerIan Lynagh <igloo@earth.li>2012-06-20 13:21:11 +0100
commitcd0a88aab2270ac1b25163e1283b1edf2a696ded (patch)
treebf5df6cfe8fd4facf62de44dd489af338dc28d13 /testsuite/tests/concurrent/should_run/throwto002.hs
parentde246aad74ed36eaffe4ac519f13818f2aecec5a (diff)
downloadhaskell-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.hs1
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