Skip to content

Commit

Permalink
silence warning
Browse files Browse the repository at this point in the history
  • Loading branch information
FROGGS committed Jul 5, 2014
1 parent 02722b7 commit 310dd08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/core.t
Expand Up @@ -10,7 +10,7 @@ is SDL::init( 1 ), 0, "SDL::init";
is SDL::was_init( 0 ), 1, "SDL::was_init";
is SDL::init_subsystem( 255 ), 0, "SDL::init_subsystem";
ok SDL::was_init( 0 ) > 1, "SDL::was_init";
SDL::quit_subsystem( 254 ), pass "SDL::quit_subsystem";
SDL::quit_subsystem( 254 ); pass "SDL::quit_subsystem";
is SDL::was_init( 0 ), 1, "SDL::was_init";

SDL::delay( 200 );
Expand Down

0 comments on commit 310dd08

Please sign in to comment.