We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffd8df7 commit e597ff3Copy full SHA for e597ff3
S06-signature/closure-parameters.t
@@ -40,7 +40,6 @@ plan 17;
40
my Int sub teststrint (Str $foo) {return 0} #OK not used
41
42
ok(testit(&testintbool), 'code runs with proper signature (2)');
43
- #?rakudo todo 'code does not die'
44
throws-like 'testit(&testintint)', Exception, 'code dies with invalid signature (2)';
45
throws-like 'testit(&teststrbool)', Exception, 'code dies with invalid signature (3)';
46
throws-like 'testit(&teststrint)', Exception, 'code dies with invalid signature (4)';
0 commit comments