[svn:parrot] r42737 - trunk/t/perl
jkeenan at svn.parrot.org
jkeenan at svn.parrot.org
Sat Nov 21 17:49:28 UTC 2009
Author: jkeenan
Date: Sat Nov 21 17:49:28 2009
New Revision: 42737
URL: https://trac.parrot.org/parrot/changeset/42737
Log:
Delete inline comments referring to resolved RT #46893.
Modified:
trunk/t/perl/Parrot_Test.t
Modified: trunk/t/perl/Parrot_Test.t
==============================================================================
--- trunk/t/perl/Parrot_Test.t Sat Nov 21 17:48:16 2009 (r42736)
+++ trunk/t/perl/Parrot_Test.t Sat Nov 21 17:49:28 2009 (r42737)
@@ -90,10 +90,6 @@
is( Parrot::Test::per_test( 0, undef ), undef, 'per_test() invalid second arg' );
is( Parrot::Test::per_test( undef, undef ), undef, 'per_test() two invalid args' );
-# RT #46893 test write_code_to_file(), plan(), skip(), slurp_file()
-
-# test the test functions from Parrot::Test
-# RT #46893: test the untested test functions
my ( $desc, $err, $line );
# PASM
More information about the parrot-commits
mailing list