diff options
-rw-r--r-- | ext/Encode/t/mime-header.t | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ext/Encode/t/mime-header.t b/ext/Encode/t/mime-header.t index ad487c549b..8255952f6d 100644 --- a/ext/Encode/t/mime-header.t +++ b/ext/Encode/t/mime-header.t @@ -12,8 +12,7 @@ BEGIN { } use strict; -use Test::More qw(no_plan); -#use Test::More tests => 19; +use Test::More tests => 1; use_ok("Encode::MIME::Header"); |