Author: leo Date: Thu Sep 29 10:53:47 2005 New Revision: 9278 Modified: trunk/t/p6rules/ws.t Log: silently fail 2 TODOs in p6rules/ws.t by loading Test::More
Modified: trunk/t/p6rules/ws.t ============================================================================== --- trunk/t/p6rules/ws.t (original) +++ trunk/t/p6rules/ws.t Thu Sep 29 10:53:47 2005 @@ -2,6 +2,7 @@ use strict; use warnings; use Parrot::Test tests => 21; use Parrot::Test::PGE; +use Test::More; # without :w
