Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
pugs fudge
  • Loading branch information
coke committed Sep 9, 2013
1 parent d55dccf commit f703913
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion S03-operators/arith.t
Expand Up @@ -176,7 +176,7 @@ is(9 div -4, -3, "9 div -4 == -3");
is(-9 div -4, 2, "-9 div -4 == 2");

# modulo
#?pugs 4 skip 'mod'
#?pugs 5 skip 'mod'
is 13 mod 4, 1, '13 mod 4';
#?rakudo.parrot 2 todo 'negative mod'
is -13 mod 4, 3, '-13 mod 4';
Expand Down
1 change: 1 addition & 0 deletions S14-roles/attributes.t
Expand Up @@ -50,6 +50,7 @@ class C5 does R4 {
}
is C5.new().bar(), [], 'Composing an attribute into a class that already has one works';

#?pugs skip 'Cannot cast into Hash'
{
role R6 {
has %!e;
Expand Down

0 comments on commit f703913

Please sign in to comment.