diff --git a/t/001_load.t b/t/001_load.t index 6626dc8..ef0de88 100644 --- a/t/001_load.t +++ b/t/001_load.t @@ -2,7 +2,7 @@ # t/001_load.t - check module loading and create testing directory -use Test::More tests => 4; +use Test::More tests => 1; BEGIN { use_ok( 'SDLx::Widget' );