X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Funi%2Flex_utf8.t;h=2aa9221a80eb7c42bffd33d85ce156910b2a1425;hb=67fed61ba7df4193ee696a1f5213265f154533e3;hp=c7d1778bef996d8e8b876ab9116002ad45252e7c;hpb=77a135fea310715f77af2560dd03830df874b5fa;p=p5sagit%2Fp5-mst-13.2.git diff --git a/t/uni/lex_utf8.t b/t/uni/lex_utf8.t index c7d1778..2aa9221 100644 --- a/t/uni/lex_utf8.t +++ b/t/uni/lex_utf8.t @@ -1,3 +1,4 @@ +#!./perl -w # # This script is written intentionally in UTF-8 @@ -7,11 +8,13 @@ BEGIN { exit 0; } $| = 1; + + require './test.pl'; } use strict; -use Test::More tests => 10; +plan (tests => 10); use charnames ':full'; use utf8;