Skip to content

Commit f631233

Browse files
committed
fudge two new, failing tests
1 parent ac70806 commit f631233

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

S06-other/main-usage.t

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,13 +168,15 @@ is_run 'sub MAIN() { print 42 }', :args['--foo'],
168168
'superfluous options trigger usage message';
169169

170170
# RT #115744
171+
#?rakudo todo 'RT 115744'
171172
is_run 'sub MAIN($arg) { print $arg }',
172173
{
173174
out => "--23"
174175
},
175176
:args['--', '--23'],
176177
'Stopping option processing';
177178

179+
#?rakudo todo 'RT 115744'
178180
is_run 'sub MAIN($arg, Bool :$bool) { print $bool, $arg }',
179181
{
180182
out => 'True-option'

0 commit comments

Comments
 (0)