Remove diagnostics from XS-APItest/t/blockhooks.
authorBen Morrow <ben@morrow.me.uk>
Tue, 13 Jul 2010 20:02:29 +0000 (21:02 +0100)
committerRafael Garcia-Suarez <rgs@consttype.org>
Thu, 15 Jul 2010 10:28:01 +0000 (12:28 +0200)
They were causing problems with 'make test'.

ext/XS-APItest/t/blockhooks.t

index a39c3f5..37590bc 100644 (file)
@@ -13,9 +13,6 @@ BEGIN { package XS::APItest; *main::bhkav = \@XS::APItest::bhkav }
 # 'no t::BHK' switches recording off again.
 # 'use t::BHK push => "foo"' pushes onto @bhkav
 
-BEGIN { diag "## COMPILE TIME ##" }
-diag "## RUN TIME ##";
-
 use t::BHK;
     1;
 no t::BHK;