]> git.vpit.fr Git - perl/modules/Variable-Magic.git/commitdiff
Remove the done_testing() comment in t/09-load-threads.t
authorVincent Pit <vince@profvince.com>
Tue, 21 Jul 2015 15:25:50 +0000 (12:25 -0300)
committerVincent Pit <vince@profvince.com>
Tue, 21 Jul 2015 15:25:59 +0000 (12:25 -0300)
The croaking stubs are actually imported only when the environment variable
PERL_TEST_LEANER_USES_TEST_MORE is set.

t/09-load-threads.t

index 60d6acf1499c30757e77ad51ae3b4cd7fca6f4f3..cd8cfbcee1c3c9527476926fff8f75462a008d66 100644 (file)
@@ -421,6 +421,4 @@ is_loaded 0, 'main body, after outliving clone';
 do_load;
 is_loaded 1, 'main body, loaded at end';
 
 do_load;
 is_loaded 1, 'main body, loaded at end';
 
-# perl 5.13.4 comes a Test::More more recent than 0.88, so it must have
-# done_testing() and Test::Leaner will not replace it by a croaking stub.
 done_testing();
 done_testing();