Skip to content

Commit dfc580a

Browse files
committed
rakudo unfudges
1 parent da13ad1 commit dfc580a

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

S02-lexical-conventions/minimal-whitespace.t

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ eval_dies_ok('$o .whatever(5)', 'whitespace is not allowed before . before metho
2727
eval_dies_ok('$o. whatever(5)', 'whitespace is not allowed after . before method');
2828

2929
eval_lives_ok 'my @rt80330; [+] @rt80330', 'a [+] with whitespace works';
30-
#?rakudo todo 'RT 80330'
3130
eval_dies_ok 'my @rt80330; [+]@rt80330', 'a [+] without whitespace dies';
3231

3332
# vim: ft=perl6

S03-metaops/reduce.t

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,6 @@ is( ([\R~] 'a'..*).[^8].join(', '), 'a, ba, cba, dcba, edcba, fedcba, gfedcba, h
352352
is ([~] 1, 2, 5), '125', '[~] works outside class';
353353
}
354354

355-
#?rakudo todo 'RT 82210'
356355
ok [+](1..10) + 0 == ([+] 1..10) + 0,
357356
'a listop with immediate () is a function call (RT 82210)';
358357

0 commit comments

Comments
 (0)