Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
two wee rakudo unfudges
  • Loading branch information
moritz committed Jul 9, 2011
1 parent 41fda76 commit 675dd78
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion S03-operators/eqv.t
Expand Up @@ -93,7 +93,6 @@ plan 53;
{
ok !({a => 1} eqv {a => 2}), "eqv on anonymous hash references (-)";
ok ({a => 1} eqv {a => 1}), "eqv on anonymous hash references (+)";
#?rakudo todo 'nom regression'
ok ({a => 2, b => 1} eqv { b => 1, a => 2}), 'order really does not matter';
ok !({a => 1} eqv {a => 1, b => 2}), 'hashes: different number of pairs';
}
Expand Down
1 change: 0 additions & 1 deletion S03-smartmatch/disorganized.t
Expand Up @@ -147,7 +147,6 @@ eval_lives_ok 'class A { method foo { return "" ~~ * } }; A.new.foo',
}

ok "foo" ~~ *, 'thing ~~ * is true';
#?rakudo todo 'nom regression'
ok ("foo" ~~ *) ~~ Bool, 'thing ~~ * is a boolean';

done();
Expand Down

0 comments on commit 675dd78

Please sign in to comment.