Author: jkeenan
Date: Sat Feb  3 09:54:42 2007
New Revision: 16886

Modified:
   branches/buildtools/t/tools/pmc2cutils/01-pmc2cutils.t

Log:
Updating to trunk:  elminated this test:
can_ok($self, q{get_included_paths});


Modified: branches/buildtools/t/tools/pmc2cutils/01-pmc2cutils.t
==============================================================================
--- branches/buildtools/t/tools/pmc2cutils/01-pmc2cutils.t      (original)
+++ branches/buildtools/t/tools/pmc2cutils/01-pmc2cutils.t      Sat Feb  3 
09:54:42 2007
@@ -18,7 +18,7 @@
     }
     unshift @INC, qq{$topdir/lib};
 }
-use Test::More tests => 27;
+use Test::More tests => 26;
 
 use_ok( 'Parrot::Pmc2c::Utils' );
 
@@ -31,7 +31,6 @@
     args    => [ @args ],
 } );
 isa_ok($self, q{Parrot::Pmc2c::Utils});
-can_ok($self, q{get_included_paths});
 can_ok($self, q{find_file});
 can_ok($self, q{dump_vtable});
 can_ok($self, q{open_file});

Reply via email to