Skip to content

Commit

Permalink
[spec] rand.t: unfudged one test, changed fudge message of other
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.pugscode.org/pugs@21043 c213334d-75ef-0310-aa23-eaa082d1ae64
  • Loading branch information
moritz committed Jun 25, 2008
1 parent 63c4f60 commit dde38e0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions S29-num/rand.t
Expand Up @@ -17,10 +17,9 @@ ok(rand() < 1, 'rand() returns numbers less than 1');

# L<S29/Num/"=item srand">

#?rakudo skip 'no sub srand()'
ok(srand(1), 'srand(1) parses');
lives_ok { srand(1) }, 'srand(1) lives and parses';

#?rakudo skip 'no sub srand()'
#?rakudo skip 'dubious errors'
{
sub repeat_rand ($seed) {
srand($seed);
Expand Down

0 comments on commit dde38e0

Please sign in to comment.