Skip to content

Commit e8a337b

Browse files
committed
Revert "Unfudge now passing tests"
This reverts commit f11042b. Alas, it is a flapper :-(
1 parent df1cabb commit e8a337b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

S11-modules/export.t

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,7 @@ ok( ! &EXPORT::DEFAULT::exp_my_tag,
183183
ok hash_str(Hash[Str].new({ak => "ak"})), 'Hash[Str] istype across module seam';
184184
ok hash_hash_str(Hash[Hash[Str]].new({akk => { ak => "ak" }})), 'Hash[Hash[Str]] istype across module seam';
185185

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

0 commit comments

Comments
 (0)