diff options
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 |