Fix bad assumptions in test case.
authorArtur Bergman <sky@nanisky.com>
Tue, 7 May 2002 20:24:08 +0000 (20:24 +0000)
committerArtur Bergman <sky@nanisky.com>
Tue, 7 May 2002 20:24:08 +0000 (20:24 +0000)
commita438a718fdfd547b9e467a0fd1f2069bce7cb005
tree4ad2db154d34a8045a42d39584c957c7d9987af2
parentd41056c8d45e7b60b0b734a4c43f01f0580900ad
Fix bad assumptions in test case.
a) print "ok $var\n"; $var++ isn't atomic by any stretch of imagination
b) $var++ is not atomic
c) the creating of the string to print and the actuall printing
could be preempted by another thread

p4raw-id: //depot/perl@16450
ext/threads/shared/t/queue.t