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

allison at svn.parrot.org allison at svn.parrot.org
Tue Mar 10 21:35:21 UTC 2009


Author: allison
Date: Tue Mar 10 21:35:20 2009
New Revision: 37280
URL: https://trac.parrot.org/parrot/changeset/37280

Log:
[languages] Remove dotnet from hardcoded path check.

Modified:
   trunk/t/perl/Parrot_Distribution.t

Modified: trunk/t/perl/Parrot_Distribution.t
==============================================================================
--- trunk/t/perl/Parrot_Distribution.t	Tue Mar 10 21:18:52 2009	(r37279)
+++ trunk/t/perl/Parrot_Distribution.t	Tue Mar 10 21:35:20 2009	(r37280)
@@ -6,7 +6,7 @@
 use warnings;
 use lib qw( . lib ../lib ../../lib );
 
-use Test::More tests => 27;
+use Test::More tests => 26;
 use File::Spec;
 
 =head1 NAME
@@ -52,7 +52,6 @@
 my %pmc_source_file_directories = map { $_->path => 1 } $d->pmc_source_file_directories();
 
 my @old_directory_list = (
-    'languages/dotnet/pmc',
     map { File::Spec->catdir( 'src', $_ ) } qw(dynpmc pmc)
 );
 


More information about the parrot-commits mailing list