Skip to content

Commit b48d541

Browse files
committed
Reinstate utf8 translation testing
The previous commit fixed the remaining problems that this test finds, and so it can be turned on again.
1 parent 238a42b commit b48d541

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/XS-APItest/t/utf8_warn_base.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# appropriately detected.
99

1010
use strict;
11-
use Test::More skip_all => 'Skipping testing for the next few commits';
11+
use Test::More;
1212

1313
BEGIN {
1414
use_ok('XS::APItest');

0 commit comments

Comments
 (0)