Author: coke
Date: Wed Mar 22 12:34:28 2006
New Revision: 11991
Modified:
trunk/lib/Parrot/Test/APL.pm
Log:
[APL]
~ when running APL tests, use a more proper extension for the code files.
Modified: trunk/lib/Parrot/Test/APL.pm
==============================================================================
--- trunk/lib/Parrot/Test/APL.pm (original)
+++ trunk/lib/Parrot/Test/APL.pm Wed Mar 22 12:34:28 2006
@@ -25,7 +25,7 @@
my $count = $self->{builder}->current_test + 1;
- my $lang_f = Parrot::Test::per_test('.p1',$count);
+ my $lang_f = Parrot::Test::per_test('.apl',$count);
my $out_f = Parrot::Test::per_test('.out',$count);
my $parrotdir = dirname $self->{parrot};