From: Kartik Thakore Date: Thu, 8 Oct 2009 00:45:40 +0000 (-0400) Subject: oops X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=3441c67ad1d4c6c45fe0f143bdc93f2747f21423;p=sdlgit%2FSDL_perl.git oops --- diff --git a/t/sdlgamerect.t b/t/sdlgamerect.t index cb3af54..fb77bcd 100644 --- a/t/sdlgamerect.t +++ b/t/sdlgamerect.t @@ -18,9 +18,8 @@ can_ok ('SDL::Game::Rect', qw/ centery /); -my $app = SDL::App->new(-title => "Test", -width => 640, -height => 480, -init => SDL_INIT_VIDEO); -my $rect = SDL::Game::Rect->new( 0, 10, 0, 0); +my $rect = SDL::Game::Rect->new( 0, 0, 0, 0); isa_ok ($rect, 'SDL::Game::Rect','new went ok');