This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
t/op/rand.t: modernise tests
authorDavid Mitchell <davem@iabyn.com>
Mon, 30 Nov 2015 14:10:34 +0000 (14:10 +0000)
committerDavid Mitchell <davem@iabyn.com>
Mon, 30 Nov 2015 14:13:43 +0000 (14:13 +0000)
commit8b002d476a21e6f92b2a461d3255fe50587956ca
tree5b98c7f25d481896880ddd1fc182bd1389d4903a
parentf0bf11b219764f72d70d85e011ac6cd69cdea182
t/op/rand.t: modernise tests

e.g. cmp_ok() rather than ok($x > 0), and give tests descriptions.
t/op/rand.t