Skip to content

Commit

Permalink
[t/spec] Unfudge a tad.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.pugscode.org/pugs@30624 c213334d-75ef-0310-aa23-eaa082d1ae64
  • Loading branch information
colomon committed May 14, 2010
1 parent 1a66050 commit 752d480
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions S32-num/rounders.t
@@ -1,6 +1,6 @@
use v6;
use Test;
plan 50;
plan *;

# L<S32::Numeric/Real/"=item round">
# L<S32::Numeric/Real/"=item floor">
Expand Down Expand Up @@ -62,7 +62,6 @@ for %tests.keys.sort -> $type {
}
}

#?rakudo skip 'named args'
{
for %tests.keys.sort -> $type {
my @subtests = @(%tests{$type}); # XXX .[] doesn't work yet!
Expand All @@ -85,4 +84,6 @@ for %tests.keys.sort -> $t {

}

done_testing;

# vim: ft=perl6

0 comments on commit 752d480

Please sign in to comment.