summaryrefslogtreecommitdiff
path: root/testsuite/tests/rts/T7815.hs
Commit message (Collapse)AuthorAgeFilesLines
* Whitespace onlyIan Lynagh2013-04-171-1/+1
|
* Test for #7815Ryan Yates2013-04-171-0/+29
This test differes slightly from the code in the ticket, but the simplification betters the chances of seeing the error. Instead of looking for the error with an additional tranaction, when error appears only one `reset` can complete and the other is blocked on STM raising an exception.