Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
rakudo unfudge
  • Loading branch information
coke committed Aug 26, 2015
1 parent 7e0c2b0 commit 15a2728
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions S06-other/main-usage.t
Expand Up @@ -169,7 +169,6 @@ is_run 'sub MAIN() { print 42 }',
'superfluous options trigger usage message';

# RT #115744
#?rakudo todo 'RT #115744'
#?niecza todo
is_run 'sub MAIN($arg) { print $arg }',
{
Expand All @@ -178,7 +177,6 @@ is_run 'sub MAIN($arg) { print $arg }',
:args['--', '--23'],
'Stopping option processing';

#?rakudo todo 'RT #115744'
#?niecza todo
is_run 'sub MAIN($arg, Bool :$bool) { print $bool, $arg }',
{
Expand Down

0 comments on commit 15a2728

Please sign in to comment.