Skip to content

Commit

Permalink
Add a test for #7653
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian Lynagh committed Jun 8, 2013
1 parent e843e73 commit 13ac46d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tests/T7653.hs
@@ -0,0 +1,7 @@

import Control.Monad;
import Control.Concurrent

main :: IO ()
main = replicateM_ 1000000 (forkIO (threadDelay 1))

2 changes: 2 additions & 0 deletions tests/all.T
Expand Up @@ -129,3 +129,5 @@ test('T7773', when(opsys('mingw32'), skip), compile_and_run, [''])
# Tests for kind-polymorphic Category
test('CatPairs', normal, compile, [''])
test('CatEntail', normal, compile, [''])
test('T7653', normal, compile_and_run, [''])

0 comments on commit 13ac46d

Please sign in to comment.