From e98ee8de59ae47d87acc33bcbdbc9cd4a18215be Mon Sep 17 00:00:00 2001 From: Tony Cook Date: Mon, 27 Sep 2010 04:51:48 +0000 Subject: [PATCH] fix test count --- t/t22flood.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/t22flood.t b/t/t22flood.t index 9224090e..695fed7f 100644 --- a/t/t22flood.t +++ b/t/t22flood.t @@ -1,6 +1,6 @@ #!perl -w use strict; -use Test::More tests => 13; +use Test::More tests => 15; use Imager; use Imager::Test qw(is_image); -- 2.39.5