Changeset 22431 for t

Show
Ignore:
Timestamp:
09/27/08 14:03:03 (2 months ago)
Author:
moritz
Message:

[t/spec] unfudge passing reverse.t tests, bacek++

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • t/spec/S29-list/reverse.t

    r22430 r22431  
    1313 
    1414# As a function : 
    15 #?rakudo todo 'reverse as a function does not work' 
    1615is( reverse('Pugs'), 'sguP', "as a function"); 
    1716 
     
    5049 
    5150{ 
    52     #?rakudo 4 todo 'reverse as a function' 
    5351    my $a = reverse("foo"); 
    5452    is($a, "oof", "string was reversed");