Skip to content

Commit b2d17da

Browse files
committed
Use proper plan and add vim markings
1 parent f48198f commit b2d17da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

S32-io/indir.t

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ use lib <lib t/spec/packages/>;
33
use Test;
44
use Test::Util;
55

6-
# plan 4;
6+
plan 74;
77

88
sub test-indir ($desc, $in-path, |args) {
99
temp $*CWD = my $out-path = make-temp-dir;
@@ -163,4 +163,4 @@ subtest '&indir does not affect $*CWD outside of its block' => {
163163
cmp-ok $failures, '==', 0, 'number of failures due to race conditions';
164164
}
165165

166-
done-testing;
166+
# vim: expandtab shiftwidth=4 ft=perl6

0 commit comments

Comments
 (0)