[svn:parrot] r36476 - trunk/t/perl

moritz at svn.parrot.org moritz at svn.parrot.org
Sun Feb 8 21:25:00 UTC 2009


Author: moritz
Date: Sun Feb  8 21:25:00 2009
New Revision: 36476
URL: https://trac.parrot.org/parrot/changeset/36476

Log:
[t] remove outdate reference to perl6 source code

Modified:
   trunk/t/perl/Parrot_Distribution.t

Modified: trunk/t/perl/Parrot_Distribution.t
==============================================================================
--- trunk/t/perl/Parrot_Distribution.t	Sun Feb  8 21:23:18 2009	(r36475)
+++ trunk/t/perl/Parrot_Distribution.t	Sun Feb  8 21:25:00 2009	(r36476)
@@ -6,7 +6,7 @@
 use warnings;
 use lib qw( . lib ../lib ../../lib );
 
-use Test::More tests => 30;
+use Test::More tests => 29;
 use File::Spec;
 
 =head1 NAME
@@ -55,7 +55,6 @@
     'languages/APL/src/pmc',
     'languages/dotnet/pmc',
     'languages/lua/src/pmc',
-    'languages/perl6/src/pmc',
     map { File::Spec->catdir( 'src', $_ ) } qw(dynpmc pmc)
 );
 


More information about the parrot-commits mailing list