Files
mercury/tests/stm/conflict.exp
Ben Mellor 7543a45da2 Test the STM system for a simple conflict between transactions.
Also delete an unsatisfactory test.
2009-05-03 08:03:40 +00:00

9 lines
193 B
Plaintext

entering read transaction
value read was: 0
entering write transaction
wrote value: 28
write transaction committed
entering read transaction
value read was: 28
read transaction committed: X=28