Skip to content

Commit

Permalink
[t/spec] Fudge two tests that Rakudo was passing bogusly.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.pugscode.org/pugs@31379 c213334d-75ef-0310-aa23-eaa082d1ae64
  • Loading branch information
jnthn committed Jun 19, 2010
1 parent d9d8986 commit f2938f2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions S02-builtin_data_types/declare.t
Expand Up @@ -521,11 +521,13 @@ plan 84;
# my Hash:of(Array:of(Recipe)) %book;
# my Hash of Array of Recipe %book; my %book of Hash of Array of Recipe

#?rakudo skip 'Array of Foo not yet implemented'
{
my Array of Int @box;
ok(1,'Array of Int @box');
}

#?rakudo skip 'Array of Foo not yet implemented'
{
my Array of Array of Int @box;
ok(1,'Array of Array of Int @box');
Expand Down

0 comments on commit f2938f2

Please sign in to comment.