summaryrefslogtreecommitdiff
path: root/t/uni/class.t
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2014-09-02 09:33:54 -0700
committerFather Chrysostomos <sprout@cpan.org>2014-09-02 20:11:22 -0700
commit2b08d1e271a66b75d93ee0a86284c36a21036e57 (patch)
treef20671adc7d8da900963f035b1461f0ebb1a15cf /t/uni/class.t
parent43ece5b1252b7eff2edb7ddd890597973f68a388 (diff)
downloadperl-2b08d1e271a66b75d93ee0a86284c36a21036e57.tar.gz
skip_all_without_unicode_tables
Diffstat (limited to 't/uni/class.t')
-rw-r--r--t/uni/class.t5
1 files changed, 1 insertions, 4 deletions
diff --git a/t/uni/class.t b/t/uni/class.t
index ec0a55409b..92038c07ba 100644
--- a/t/uni/class.t
+++ b/t/uni/class.t
@@ -2,10 +2,7 @@ BEGIN {
chdir 't' if -d 't';
require './test.pl';
set_up_inc(qw(../lib .));
- if (is_miniperl()) {
- skip_all_if_miniperl("Unicode tables not built yet")
- unless eval 'require "unicore/Heavy.pl"';
- }
+ skip_all_without_unicode_tables();
}
plan tests => 11;