Skip to content

Commit 993a659

Browse files
committed
unfudge max= tests for rakudo, now that infix:<max> propelry works again
1 parent f555c5c commit 993a659

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

S03-operators/assign.t

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -810,12 +810,10 @@ sub l () { 1, 2 };
810810

811811
$x = 1;
812812
$x max= 2;
813-
#?rakudo todo 'max='
814813
is $x, 2, 'max= worked (positive)';
815814

816815
$x = 3;
817816
$x max= 2;
818-
#?rakudo todo 'max='
819817
is $x, 3, 'max= worked (negative)';
820818
}
821819

0 commit comments

Comments
 (0)