Skip to content

Commit 53bca00

Browse files
richardleachLeont
authored andcommitted
07locale.t - sync up #skips with #tests
1 parent 98f7609 commit 53bca00

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

t/07locale.t

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ BEGIN {
1515
}
1616

1717
SKIP: {
18-
skip 'No locale testing for Perl < 5.6.0', 6 if $] < 5.006;
19-
skip 'No locale testing without d_setlocale', 6
18+
skip 'No locale testing for Perl < 5.6.0', 7 if $] < 5.006;
19+
skip 'No locale testing without d_setlocale', 7
2020
if(!$Config{d_setlocale});
2121

2222
# test locale handling

0 commit comments

Comments
 (0)