[svn:parrot] r47389 - trunk/t/pmc
bacek at svn.parrot.org
bacek at svn.parrot.org
Sat Jun 5 21:58:43 UTC 2010
Author: bacek
Date: Sat Jun 5 21:58:43 2010
New Revision: 47389
URL: https://trac.parrot.org/parrot/changeset/47389
Log:
Fix test - remove redundant loadlib io_ops.
Modified:
trunk/t/pmc/stringhandle.t
Modified: trunk/t/pmc/stringhandle.t
==============================================================================
--- trunk/t/pmc/stringhandle.t Sat Jun 5 21:38:42 2010 (r47388)
+++ trunk/t/pmc/stringhandle.t Sat Jun 5 21:58:43 2010 (r47389)
@@ -133,7 +133,6 @@
pir_output_is(
<<'CODE', <<'OUT', 'read opcode' );
-.loadlib 'io_ops'
.sub 'test' :main
$P0 = new ['StringHandle']
$P0.'open'('README', 'w')
More information about the parrot-commits
mailing list