mirror of
https://github.com/barrucadu/dejafu.git
synced 2024-11-23 22:23:18 +03:00
Add a test case exhibiting #139
This commit is contained in:
parent
060e18acc5
commit
5838a921b7
@ -49,4 +49,10 @@ tests =
|
||||
catchSomeException
|
||||
(uninterruptibleMask_ (throw ThreadKilled))
|
||||
(\_ -> myThreadId >>= killThread)
|
||||
|
||||
, djfu "https://github.com/barrucadu/dejafu/issues/139" (failing $ gives' [()]) $
|
||||
catchSomeException
|
||||
(catchSomeException (throw ThreadKilled) (\_ -> pure ())
|
||||
>> throw ThreadKilled)
|
||||
(\_ -> pure ())
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user