Skip to content

Commit cbd23c7

Browse files
MaximilianAlgehedcoot
authored andcommitted
turn on test that was accidentally turned off
1 parent bc31e7b commit cbd23c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

io-sim/test/Main.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ tests :: TestTree
1212
tests =
1313
testGroup "IO Sim"
1414
[ Test.IOSim.tests
15-
-- , Test.Control.Monad.Class.MonadMVar.tests
15+
, Test.Control.Monad.Class.MonadMVar.tests
1616
]

0 commit comments

Comments
 (0)