Author: jkeenan
Date: Sat Feb 3 09:52:22 2007
New Revision: 16885
Modified:
trunk/t/tools/pmc2cutils/01-pmc2cutils.t
Log:
Eliminated 'can_ok' test for method which was refactored out of
Parrot::Pmc2c::Utils.
Modified: trunk/t/tools/pmc2cutils/01-pmc2cutils.t
==============================================================================
--- trunk/t/tools/pmc2cutils/01-pmc2cutils.t (original)
+++ trunk/t/tools/pmc2cutils/01-pmc2cutils.t Sat Feb 3 09:52:22 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});