Skip to content

Commit

Permalink
unfudge a series test for rakudo that tadzik++ made pass
Browse files Browse the repository at this point in the history
  • Loading branch information
moritz committed Jul 15, 2011
1 parent 7e7c061 commit 737dfa2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion S03-sequence/basic.t
Expand Up @@ -196,7 +196,6 @@ is ~((1 ... *) Z~ ('a' ... 'z')).munch(5), "1a 2b 3c 4d 5e", "Zipping two sequen
{
my @a = 1, 2, 4 ... 64;
is @a.elems, 7, "1, 2, 4 ... 64 generates a sequence with seven elements...";
#?rakudo todo 'types'
is @a.grep(Int).elems, @a.elems, "... all of which are Ints";
}

Expand Down

0 comments on commit 737dfa2

Please sign in to comment.