summaryrefslogtreecommitdiff
path: root/testsuite/tests/concurrent
diff options
context:
space:
mode:
authorSimon Marlow <marlowsd@gmail.com>2011-11-17 09:13:36 +0000
committerSimon Marlow <marlowsd@gmail.com>2011-11-17 16:16:42 +0000
commit0cf2bde534808acc6e809c83535366f96dd0bf14 (patch)
tree5bb62daede70bb7ff969b20a18d2e62771d68a13 /testsuite/tests/concurrent
parent43e7140a99ca9e1656f546394c5550c43b0450db (diff)
downloadhaskell-0cf2bde534808acc6e809c83535366f96dd0bf14.tar.gz
Make this test not require the stm package
Diffstat (limited to 'testsuite/tests/concurrent')
-rw-r--r--testsuite/tests/concurrent/should_run/5238.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/concurrent/should_run/5238.hs b/testsuite/tests/concurrent/should_run/5238.hs
index 87c15308ed..1de60c4e80 100644
--- a/testsuite/tests/concurrent/should_run/5238.hs
+++ b/testsuite/tests/concurrent/should_run/5238.hs
@@ -2,7 +2,7 @@
{-# LANGUAGE ScopedTypeVariables #-}
import Control.Exception
-import Control.Concurrent.STM
+import GHC.Conc
main = do
ms1 ← getMaskingState