Skip to content

Commit e25e58a

Browse files
committed
Merge pull request #124 from cschwenz/master
As we have a plan, the deprecated "done;" can be removed.
2 parents 4ea75ef + 4e39c1d commit e25e58a

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

t/pod-convenience.t

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,6 @@ subtest {
179179
is($lowered-pod[0].level, 2, "heading head3 lowered to level 2");
180180
is($lowered-pod[2].level, 3, "heading head4 lowered to level 3");
181181
}
182-
done;
183182
}, "pod-lower-headings";
184183

185184
# vim: expandtab shiftwidth=4 ft=perl6

t/typegraph.t

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,4 @@ is $t.types<Match>.mro, 'Match Capture Cool Any Mu', 'Match mro';
1717
is $t.types<Exception>.super.any, 'Any', 'Any as default parent works';
1818
is $t.types<Any>.super, 'Mu', 'default-Any did not add a parent to Any';
1919

20-
done;
21-
2220
# vim: expandtab shiftwidth=4 ft=perl6

0 commit comments

Comments
 (0)