diff --git a/S11-modules/export.t b/S11-modules/export.t index 1e3c1e597d..2b3de0bf62 100644 --- a/S11-modules/export.t +++ b/S11-modules/export.t @@ -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';