Skip to content

Commit 635d5d4

Browse files
committed
Add vim comment at end
1 parent 96f6b08 commit 635d5d4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

S32-list/classify-list.t

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -479,3 +479,5 @@ subtest 'Callable mapper is executed only once per each item' => {
479479
$c = 0; BagHash.new.classify-list: {$c++}; is $c, 0, 'BagHash, no items';
480480
$c = 0; MixHash.new.classify-list: {$c++}; is $c, 0, 'MixHash, no items';
481481
}
482+
483+
# vim: ft=perl6

0 commit comments

Comments
 (0)