Skip to content

Commit

Permalink
[t/spec] Test for RT #64184 and another junction test fix
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.pugscode.org/pugs@27810 c213334d-75ef-0310-aa23-eaa082d1ae64
  • Loading branch information
kyle committed Jul 30, 2009
1 parent 81743c9 commit 2b7fa3d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions S03-junctions/misc.t
Expand Up @@ -10,9 +10,9 @@ Misc. Junction tests
=end pod

#?rakudo 2 todo 'identifying junctions (RT #67886)'
isa_ok any(6,7), 'Junction';
is any(6,7).WHAT, 'Junction', 'Junction.WHAT works';
#?rakudo skip 'Null PMC access in get_integer() (RT #64184)'
isa_ok any(6,7), Junction;
is any(6,7).WHAT, Junction, 'Junction.WHAT works';

# avoid auto-threading on ok()
sub jok(Object $condition, $msg?) { ok ?($condition), $msg };
Expand Down

0 comments on commit 2b7fa3d

Please sign in to comment.