diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1999-07-12 04:11:58 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1999-07-12 04:11:58 +0000 |
commit | a88c3d7c5dc6133bb2dd9b0b213b17f73bdf982c (patch) | |
tree | abf1587485674d7ed980f31936be6dd66a26ae01 /t | |
parent | c5be433b5c5658093bc9cae4434721a0b63e7a85 (diff) | |
download | perl-a88c3d7c5dc6133bb2dd9b0b213b17f73bdf982c.tar.gz |
tweaks for win32/borland
p4raw-id: //depot/perl@3668
Diffstat (limited to 't')
-rwxr-xr-x | t/pragma/locale.t | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/t/pragma/locale.t b/t/pragma/locale.t index 9fa565ed52..f6b0f2d189 100755 --- a/t/pragma/locale.t +++ b/t/pragma/locale.t @@ -452,6 +452,9 @@ foreach $Locale (@Locale) { if (@Neoalpha == 0) { # If we have no Neoalphas the remaining tests are no-ops. debug "# no Neoalpha, skipping tests 99..102 for locale '$Locale'\n"; + foreach (99..102) { + push @{$Okay{$_}}, $Locale; + } } else { # Test \w. |