fresh_perl.t: Make the test for #3066 more explicit
authorFather Chrysostomos <sprout@cpan.org>
Wed, 24 Jul 2013 15:35:46 +0000 (08:35 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Fri, 26 Jul 2013 06:48:03 +0000 (23:48 -0700)
commit3150c6161e300b1e325939ff22b76f91a8307cf5
treeea894719d3677434c980f6620bec47cb6852fc3a
parent19130678b46bff1627099e92f818913a1bade9b0
fresh_perl.t: Make the test for #3066 more explicit

This test was added to make sure that constants don’t become undefined
as a result of being shared between ops.

What was tested, though, was a side-effect, and not the actual bug
itself.

This behaviour has changed (sub(){42} now returns a mutable val-
ue), so this test needs to change, too.  It was only passing under
ithreads, and only as the result of another bug, which the next com-
mit will fix.
t/run/fresh_perl.t