Skip to content

Commit db7f995

Browse files
author
Geoffrey Broadwell
committed
Fix out-of-date test
1 parent e64715c commit db7f995

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/typegraph.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ok $t.types<List>.roles.any eq 'Positional',
1212
'List does positional';
1313
is $t.types<Str>.mro, 'Str Cool Any Mu', 'Str mro';
1414
is $t.types<Match>.mro, 'Match Capture Cool Any Mu', 'Match mro';
15-
is $t.types<Stash>.super.any, 'Any', 'Any as default parent works';
15+
is $t.types<Exception>.super.any, 'Any', 'Any as default parent works';
1616
is $t.types<Any>.super, 'Mu', 'default-Any did not add a parent to Any';
1717

1818
done;

0 commit comments

Comments
 (0)