[svn:parrot] r44603 - branches/tt1477/ext/Parrot-Embed/t

plobsing at svn.parrot.org plobsing at svn.parrot.org
Wed Mar 3 05:52:42 UTC 2010


Author: plobsing
Date: Wed Mar  3 05:52:41 2010
New Revision: 44603
URL: https://trac.parrot.org/parrot/changeset/44603

Log:
update location of abc language for use in testing

Modified:
   branches/tt1477/ext/Parrot-Embed/t/languages.t

Modified: branches/tt1477/ext/Parrot-Embed/t/languages.t
==============================================================================
--- branches/tt1477/ext/Parrot-Embed/t/languages.t	Wed Mar  3 05:25:16 2010	(r44602)
+++ branches/tt1477/ext/Parrot-Embed/t/languages.t	Wed Mar  3 05:52:41 2010	(r44603)
@@ -9,8 +9,8 @@
 use Test::More;
 use File::Spec;
 
-my $abc_pbc = File::Spec->catfile( '..', '..', 'languages', 'abc', 'abc.pbc' );
-plan skip_all => "Need to first run make in languages/abc" unless -e $abc_pbc;
+my $abc_pbc = File::Spec->catfile( '..', '..', 'examples', 'languages', 'abc', 'abc.pbc' );
+plan skip_all => "Need to first run setup.pir in examples/languages/abc" unless -e $abc_pbc;
 
 plan tests => 8;
 


More information about the parrot-commits mailing list