X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FDevel-GlobalDestruction.git;a=blobdiff_plain;f=t%2Fbasic.t;h=84db72aee023f9838aa674d7a8d1a963f22d0f94;hp=111dff1c24a200574058644d327b3a3ff46f6aa3;hb=f832e2407333be0791e31fd01b37cc014dc0e4ee;hpb=d4d91c2b00967822664712a6bf55e66537ea7707 diff --git a/t/basic.t b/t/basic.t index 111dff1..84db72a 100644 --- a/t/basic.t +++ b/t/basic.t @@ -16,10 +16,10 @@ BEGIN { print "1..4\n"; sub ok ($$) { - print "not " if !$_[0]; - print "ok"; - print " - $_[1]" if defined $_[1]; - print "\n"; + print "not " if !$_[0]; + print "ok"; + print " - $_[1]" if defined $_[1]; + print "\n"; } ok( eval "use Devel::GlobalDestruction; 1", "use Devel::GlobalDestruction" );