diff options
author | Ben Gamari <ben@smart-cactus.org> | 2020-01-03 21:51:11 -0500 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2020-02-08 10:17:55 -0500 |
commit | aede171a59f9b7b8022548c385a1cb8c4589f905 (patch) | |
tree | 70c3a4e1518592f9392893ea3ad64a25bae0f467 /testsuite/tests/concurrent/should_run | |
parent | c2e301aeeae353a64be43e5fa9e7d464797d5648 (diff) | |
download | haskell-aede171a59f9b7b8022548c385a1cb8c4589f905.tar.gz |
testsuite: Fix -Wcompat-unqualified-imports issues
Diffstat (limited to 'testsuite/tests/concurrent/should_run')
-rw-r--r-- | testsuite/tests/concurrent/should_run/conc019.hs | 1 | ||||
-rw-r--r-- | testsuite/tests/concurrent/should_run/conc070.hs | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/testsuite/tests/concurrent/should_run/conc019.hs b/testsuite/tests/concurrent/should_run/conc019.hs index 1ac5731479..9804657aab 100644 --- a/testsuite/tests/concurrent/should_run/conc019.hs +++ b/testsuite/tests/concurrent/should_run/conc019.hs @@ -1,6 +1,5 @@ import Control.Concurrent import Control.Exception -import Data.List import System.Mem -- !!! test that a child thread waiting on its own MVar will get killed by diff --git a/testsuite/tests/concurrent/should_run/conc070.hs b/testsuite/tests/concurrent/should_run/conc070.hs index 71eb415427..bd08ba475a 100644 --- a/testsuite/tests/concurrent/should_run/conc070.hs +++ b/testsuite/tests/concurrent/should_run/conc070.hs @@ -1,6 +1,5 @@ import Control.Concurrent import GHC.Conc -import Data.List import Data.Maybe main = do |