Skip to content

Commit

Permalink
Unfudge now passing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lizmat committed Oct 8, 2018
1 parent 77f67b5 commit f11042b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion S11-modules/export.t
Expand Up @@ -183,7 +183,6 @@ ok( ! &EXPORT::DEFAULT::exp_my_tag,
ok hash_str(Hash[Str].new({ak => "ak"})), 'Hash[Str] istype across module seam';
ok hash_hash_str(Hash[Hash[Str]].new({akk => { ak => "ak" }})), 'Hash[Hash[Str]] istype across module seam';

#?rakudo 3 todo 'Containers parameterized with define type fail istype RT#129215'
ok array_str_d(Array[Str:D].new("A","B")), 'Array[Str:D] istype across module seam';
ok hash_str_d(Hash[Str:D].new({ak => "ak"})), 'Hash[Str:D] istype across module seam';
ok hash_hash_str_d(Hash[Hash[Str:D]].new({akk => { ak => "ak" }})), 'Hash[Hash[Str:D]] istype across module seam';
Expand Down

0 comments on commit f11042b

Please sign in to comment.