Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fudge for niecza.
  • Loading branch information
colomon committed Jul 6, 2012
1 parent 8bbf6aa commit 1a4be3d
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions S32-num/rand.t
Expand Up @@ -105,7 +105,11 @@ lives_ok { srand(1) }, 'srand(1) lives and parses';
}

# RT #113968
throws_like 'rand()', X::Obsolete;
throws_like 'rand(3)', X::Obsolete;
#?niecza skip "Unable to resolve method postcircumfix:<( )> in type Any"
#?DOES 4
{
throws_like 'rand()', X::Obsolete;
throws_like 'rand(3)', X::Obsolete;
}

# vim: ft=perl6

0 comments on commit 1a4be3d

Please sign in to comment.