Author: allison
Date: Sun Nov 30 21:01:34 2008
New Revision: 33402
Modified:
branches/pdd22io_part2/t/compilers/imcc/syn/op.t
Log:
[pdd22io] Updating reference to old ParrotIO PMC in IMCC test.
Modified: branches/pdd22io_part2/t/compilers/imcc/syn/op.t
==============================================================================
--- branches/pdd22io_part2/t/compilers/imcc/syn/op.t (original)
+++ branches/pdd22io_part2/t/compilers/imcc/syn/op.t Sun Nov 30 21:01:34 2008
@@ -268,7 +268,7 @@
pir_output_is( <<'CODE', <<'OUT', "x = can" );
.sub test :main
- $P0 = new 'ParrotIO'
+ $P0 = new 'FileHandle'
$I0 = can $P0, "puts"
print $I0
print "\n"