Add a thread test (just runs the basic one in a thread)
[p5sagit/Devel-GlobalDestruction.git] / t / 01_basic.t
similarity index 97%
rename from t/basic.t
rename to t/01_basic.t
index 84db72a..8584247 100644 (file)
--- a/t/basic.t
@@ -1,5 +1,3 @@
-#!/usr/bin/perl
-
 use strict;
 use warnings;
 
@@ -29,5 +27,3 @@ ok( defined &in_global_destruction, "exported" );
 ok( !in_global_destruction(), "not in GD" );
 
 our $sg = Test::Scope::Guard->new(sub { ok( in_global_destruction(), "in GD" ) });
-
-