[svn:parrot] r37840 - trunk/t/library

barney at svn.parrot.org barney at svn.parrot.org
Wed Apr 1 17:19:15 UTC 2009


Author: barney
Date: Wed Apr  1 17:19:14 2009
New Revision: 37840
URL: https://trac.parrot.org/parrot/changeset/37840

Log:
no need for "include" in .include

Modified:
   trunk/t/library/hllmacros.t

Modified: trunk/t/library/hllmacros.t
==============================================================================
--- trunk/t/library/hllmacros.t	Wed Apr  1 17:16:09 2009	(r37839)
+++ trunk/t/library/hllmacros.t	Wed Apr  1 17:19:14 2009	(r37840)
@@ -2,9 +2,9 @@
 # Copyright (C) 2008, Parrot Foundation.
 # $Id$
 
-.include 'include/hllmacros.pir'
+.include 'hllmacros.pir'
 .sub main :main
-    .include 'include/test_more.pir'
+    .include 'test_more.pir'
 
     plan(17)
 


More information about the parrot-commits mailing list