Changeset 21142

Show
Ignore:
Timestamp:
07/01/08 18:37:13 (5 months ago)
Author:
moritz
Message:

[spec] added ticket number to fudge message in repeat.t

Files:
1 modified

Legend:

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

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