[svn:parrot] r47054 - trunk/t

fperrad at svn.parrot.org fperrad at svn.parrot.org
Thu May 27 13:47:21 UTC 2010


Author: fperrad
Date: Thu May 27 13:47:20 2010
New Revision: 47054
URL: https://trac.parrot.org/parrot/changeset/47054

Log:
fix readline (opcode -> method)

Modified:
   trunk/t/harness.pir

Modified: trunk/t/harness.pir
==============================================================================
--- trunk/t/harness.pir	Thu May 27 09:17:39 2010	(r47053)
+++ trunk/t/harness.pir	Thu May 27 13:47:20 2010	(r47054)
@@ -305,7 +305,7 @@
     $P0.'open'('svn status', 'pr')
     $P1 = new 'ResizableStringArray'
   L3:
-    $S0 = readline $P0
+    $S0 = $P0.'readline'()
     if $S0 == '' goto L4
     $I0 = index $S0, 'M'
     unless $I0 == 0 goto L3


More information about the parrot-commits mailing list