Changeset 21155

Show
Ignore:
Timestamp:
07/02/08 01:08:13 (3 months ago)
Author:
moritz
Message:

[spec] unfudge passing tests

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • t/spec/S03-operators/repeat.t

    r21142 r21155  
    3232is(@foo3[0], 1, 'can repeat lists'); 
    3333is(@foo3[1], 2, 'can repeat lists'); 
    34 #?rakudo 2 todo 'Autoflatten of lists in infix:<xx>, RT #56516' 
    3534is(@foo3[2], 1, 'can repeat lists'); 
    3635is(@foo3[3], 2, 'can repeat lists');