From: Kartik Thakore Date: Sat, 31 Oct 2009 12:59:52 +0000 (-0400) Subject: Test number on t/code_video.t was wrong. Fixed it X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=sdlgit%2FSDL_perl.git;a=commitdiff_plain;h=b73117ba7212bfda61bbcb10859e1d03bbaecafa Test number on t/code_video.t was wrong. Fixed it --- diff --git a/t/core_video.t b/t/core_video.t index dcce70b..93c5b99 100644 --- a/t/core_video.t +++ b/t/core_video.t @@ -9,7 +9,7 @@ use Data::Dumper; use Test::More; use SDL::Rect; -plan ( tests => 22 ); +plan ( tests => 23); use_ok( 'SDL::Video' );