Make test pass
Leon Brocard [Fri, 16 Oct 2009 06:59:53 +0000 (07:59 +0100)]
t/core_surface.t

index 143a791..958df3e 100644 (file)
@@ -36,7 +36,7 @@ my $rect = SDL::Rect->new(0,0, $app->w, $app->h);
 $app->fill_rect($rect,$blue);
 
 
-print 'This is in surface : '.SDL::Surface::get_pixels($app);
+diag('This is in surface : '.SDL::Surface::get_pixels($app));
 
 pass 'did this pass';