oops
Kartik Thakore [Thu, 8 Oct 2009 00:45:40 +0000 (20:45 -0400)]
t/sdlgamerect.t

index cb3af54..fb77bcd 100644 (file)
@@ -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');