Skip to content

Commit 472bc00

Browse files
committed
Unfudge now passing test for R#2797
1 parent b9364f9 commit 472bc00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

S06-other/main-usage.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ is_run 'sub MAIN($arg, Bool :$bool) { print $bool, $arg }',
176176
{:out<True-option>}, :args['--bool', '--', '-option'],
177177
'Boolean argument with --';
178178

179-
#?rakudo todo 'NYI RT #124669'
179+
# RT #124669 R#2797
180180
is_run 'sub MAIN(:@foo) { print @foo }', {out => "bar"}, :args['--foo=bar'],
181181
'single occurence for named array param';
182182

0 commit comments

Comments
 (0)