Skip to content

Commit e597ff3

Browse files
committed
Unfudge now passing test
1 parent ffd8df7 commit e597ff3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

S06-signature/closure-parameters.t

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ plan 17;
4040
my Int sub teststrint (Str $foo) {return 0} #OK not used
4141

4242
ok(testit(&testintbool), 'code runs with proper signature (2)');
43-
#?rakudo todo 'code does not die'
4443
throws-like 'testit(&testintint)', Exception, 'code dies with invalid signature (2)';
4544
throws-like 'testit(&teststrbool)', Exception, 'code dies with invalid signature (3)';
4645
throws-like 'testit(&teststrint)', Exception, 'code dies with invalid signature (4)';

0 commit comments

Comments
 (0)