[svn:parrot] r47042 - branches/gsoc_past_optimization/t/library

tcurtis at svn.parrot.org tcurtis at svn.parrot.org
Thu May 27 01:51:45 UTC 2010


Author: tcurtis
Date: Thu May 27 01:51:45 2010
New Revision: 47042
URL: https://trac.parrot.org/parrot/changeset/47042

Log:
Fix inclusion of pastcompare.pir after its move.

Modified:
   branches/gsoc_past_optimization/t/library/pasttransformer.t

Modified: branches/gsoc_past_optimization/t/library/pasttransformer.t
==============================================================================
--- branches/gsoc_past_optimization/t/library/pasttransformer.t	Thu May 27 01:51:03 2010	(r47041)
+++ branches/gsoc_past_optimization/t/library/pasttransformer.t	Thu May 27 01:51:45 2010	(r47042)
@@ -274,7 +274,7 @@
     .return (result)
 .end
 
-.include 't/library/pastcompare.pir'
+.include 'pastcompare.pir'
 
 # Local Variables:
 #   mode: pir


More information about the parrot-commits mailing list