diff options
Diffstat (limited to 'testsuite/tests/concurrent/should_run/mask002.hs')
-rw-r--r-- | testsuite/tests/concurrent/should_run/mask002.hs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/testsuite/tests/concurrent/should_run/mask002.hs b/testsuite/tests/concurrent/should_run/mask002.hs index 15b2e64a00..264ac1fb70 100644 --- a/testsuite/tests/concurrent/should_run/mask002.hs +++ b/testsuite/tests/concurrent/should_run/mask002.hs @@ -1,7 +1,6 @@ import Control.Exception import Control.Concurrent import Text.Printf -import Prelude hiding(catch) -- Test combinations of nesting mask/uninterruptibleMask with -- forkIO/forkIOUnmask |