Skip to content

Commit

Permalink
Unfudge a test for Rakudo.
Browse files Browse the repository at this point in the history
  • Loading branch information
jnthn committed Mar 18, 2012
1 parent b4d5c62 commit 2339d22
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion S04-phasers/pre-post.t
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ class Another {

my $pt = Another.new;
#?pugs todo
#?rakudo todo 'POST gets return value as $_'
lives_ok { $pt.test(2) }, 'POST receives return value as $_ (succeess)';
dies_ok { $pt.test(1) }, 'POST receives return value as $_ (failure)';

Expand Down

0 comments on commit 2339d22

Please sign in to comment.