Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fudge a failing test in array_ref.t for rakudo
  • Loading branch information
moritz committed Jul 7, 2011
1 parent 53c1453 commit b9895db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions S02-builtin_data_types/array_ref.t
Expand Up @@ -7,6 +7,7 @@ plan 45;
# array_ref of strings

my $array_ref1 = ("foo", "bar", "baz");
#?rakudo todo 'Seq'
isa_ok($array_ref1, Seq);

is(+$array_ref1, 3, 'the array_ref1 has 3 elements');
Expand Down

0 comments on commit b9895db

Please sign in to comment.