[svn:parrot] r40447 - trunk/t/examples

chromatic at svn.parrot.org chromatic at svn.parrot.org
Sat Aug 8 02:40:08 UTC 2009


Author: chromatic
Date: Sat Aug  8 02:40:06 2009
New Revision: 40447
URL: https://trac.parrot.org/parrot/changeset/40447

Log:
[t] Fixed t/examples/pir.t #16 with patch from mikehh.

Modified:
   trunk/t/examples/pir.t

Modified: trunk/t/examples/pir.t
==============================================================================
--- trunk/t/examples/pir.t	Sat Aug  8 01:11:34 2009	(r40446)
+++ trunk/t/examples/pir.t	Sat Aug  8 02:40:06 2009	(r40447)
@@ -1,5 +1,5 @@
 #!perl
-# Copyright (C) 2005-2006, Parrot Foundation.
+# Copyright (C) 2005-2009, Parrot Foundation.
 # $Id$
 
 use strict;
@@ -266,7 +266,7 @@
 
 ## Added test this way, so we can have more interesting tests.
 pir_output_is( <<'CODE', <<OUTPUT, "Test Levenshtein example" );
-.include "../../examples/pir/levenshtein.pir"
+.include "examples/pir/levenshtein.pir"
 .sub main :main
         $S1 = "purl"
         $S2 = "perl"


More information about the parrot-commits mailing list