From: Father Chrysostomos Date: Wed, 13 Jul 2011 04:32:06 +0000 (-0700) Subject: Add a test count to fresh_perl_utf8.t X-Git-Tag: accepted/trunk/20130322.191538~3323^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=88e0b65b39e576846e233e9154c3c9e81c6b1e12;p=platform%2Fupstream%2Fperl.git Add a test count to fresh_perl_utf8.t --- diff --git a/t/op/fresh_perl_utf8.t b/t/op/fresh_perl_utf8.t index 5439293..fcf48e7 100644 --- a/t/op/fresh_perl_utf8.t +++ b/t/op/fresh_perl_utf8.t @@ -8,6 +8,8 @@ BEGIN { require './test.pl'; } +plan 1; + use utf8; use strict; use open qw( :utf8 :std );