Changeset 22430 for t

Show
Ignore:
Timestamp:
09/27/08 13:54:39 (2 months ago)
Author:
moritz
Message:

[t/spec] unfudged Hash.reverse test, bacek++

Files:
1 modified

Legend:

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

    r21953 r22430  
    164164{ 
    165165    my %hash = <a b c d>; 
    166     #?rakudo todo 'reverse for hash not implemented' 
    167166    is(%hash.reverse, {'b' => 'a', 'd' => 'c'}, 'simple hash reversal'); 
    168167    is(%hash, {'a' => 'b', 'c' => 'd'}, 'original hash is intact');