Skip to content

Commit 2339d22

Browse files
committed
Unfudge a test for Rakudo.
1 parent b4d5c62 commit 2339d22

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

S04-phasers/pre-post.t

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ class Another {
7575

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

0 commit comments

Comments
 (0)