Skip to content

Commit c3923e8

Browse files
committed
Unfudge now-passing test for RT#127977
sub MAIN constraint checks must not leak to the user of the program. Fixed by one of these commits: rakudo/rakudo@774e2de...41b685e
1 parent 6da250f commit c3923e8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

S06-other/main-usage.t

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,6 @@ is_run 'sub MAIN (Str $value) { print "String $value" }',
235235
'passing an integer matches MAIN(Str)';
236236

237237
# RT #127977
238-
#?rakudo todo 'RT #127977'
239238
is_run 'sub MAIN(*@arg where { False }) { }; sub USAGE { print "USAGE called" }',
240239
{
241240
out => 'USAGE called',

0 commit comments

Comments
 (0)