Skip to content

Commit

Permalink
Z needs flat now
Browse files Browse the repository at this point in the history
  • Loading branch information
TimToady committed Aug 29, 2015
1 parent 57591f9 commit 3b3c42d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions S29-conversions/hash.t
Expand Up @@ -22,9 +22,9 @@ Basic tests for the hash() built-in
}

{
is ('a'..'c' Z 1..3).hash.<a>, 1, "hash() builds a sensible hash";
is ('a'..'c' Z 1..3).hash.<b>, 2, "hash() builds a sensible hash";
is ('a'..'c' Z 1..3).hash.<c>, 3, "hash() builds a sensible hash";
is flat('a'..'c' Z 1..3).hash.<a>, 1, "hash() builds a sensible hash";
is flat('a'..'c' Z 1..3).hash.<b>, 2, "hash() builds a sensible hash";
is flat('a'..'c' Z 1..3).hash.<c>, 3, "hash() builds a sensible hash";
}

{
Expand Down

0 comments on commit 3b3c42d

Please sign in to comment.