Author: allison
Date: Sun Nov 30 21:09:51 2008
New Revision: 33405
Modified:
branches/pdd22io_part2/t/steps/auto_pmc-01.t
Log:
[pdd22io] Remove reference to old ParrotIO PMC from auto-pmc config test.
Modified: branches/pdd22io_part2/t/steps/auto_pmc-01.t
==============================================================================
--- branches/pdd22io_part2/t/steps/auto_pmc-01.t (original)
+++ branches/pdd22io_part2/t/steps/auto_pmc-01.t Sun Nov 30 21:09:51 2008
@@ -146,7 +146,7 @@
########## --pmc ##########
my @dummy_options = qw(
-default.pmc null.pmc env.pmc key.pmc random.pmc unmanagedstruct.pmc
managedstruct.pmc delegate.pmc exception.pmc vtablecache.pmc parrotio.pmc
parrotlibrary.pmc parrotinterpreter.pmc parrotthread.pmc lexpad.pmc timer.pmc
pointer.pmc sub.pmc continuation.pmc retcontinuation.pmc exceptionhandler.pmc
coroutine.pmc eval.pmc nci.pmc float.pmc integer.pmc bigint.pmc complex.pmc
string.pmc boolean.pmc ref.pmc sharedref.pmc array.pmc fixedintegerarray.pmc
intlist.pmc iterator.pmc sarray.pmc fixedstringarray.pmc multiarray.pmc
hash.pmc orderedhash.pmc tqueue.pmc os.pmc file.pmc addrregistry.pmc
bound_nci.pmc capture.pmc class.pmc codestring.pmc deleg_pmc.pmc enumerate.pmc
exporter.pmc fixedbooleanarray.pmc fixedfloatarray.pmc fixedpmcarray.pmc
lexinfo.pmc multisub.pmc namespace.pmc object.pmc pair.pmc
parrotrunningthread.pmc pccmethod_test.pmc pmcproxy.pmc
resizablebooleanarray.pmc resizablefloatarray.pmc resizableintegerarray.pmc
resizablepmcarray.pmc resizablestringarray.pmc role.pm
c scalar.pmc scheduler.pmc slice.pmc stmlog.pmc stmref.pmc stmvar.pmc task.pmc
undef.pmc
+default.pmc null.pmc env.pmc key.pmc random.pmc unmanagedstruct.pmc
managedstruct.pmc delegate.pmc exception.pmc vtablecache.pmc parrotlibrary.pmc
parrotinterpreter.pmc parrotthread.pmc lexpad.pmc timer.pmc pointer.pmc sub.pmc
continuation.pmc retcontinuation.pmc exceptionhandler.pmc coroutine.pmc
eval.pmc nci.pmc float.pmc integer.pmc bigint.pmc complex.pmc string.pmc
boolean.pmc ref.pmc sharedref.pmc array.pmc fixedintegerarray.pmc intlist.pmc
iterator.pmc sarray.pmc fixedstringarray.pmc multiarray.pmc hash.pmc
orderedhash.pmc tqueue.pmc os.pmc file.pmc addrregistry.pmc bound_nci.pmc
capture.pmc class.pmc codestring.pmc deleg_pmc.pmc enumerate.pmc exporter.pmc
fixedbooleanarray.pmc fixedfloatarray.pmc fixedpmcarray.pmc lexinfo.pmc
multisub.pmc namespace.pmc object.pmc pair.pmc parrotrunningthread.pmc
pccmethod_test.pmc pmcproxy.pmc resizablebooleanarray.pmc
resizablefloatarray.pmc resizableintegerarray.pmc resizablepmcarray.pmc
resizablestringarray.pmc role.pmc scalar.pmc
scheduler.pmc slice.pmc stmlog.pmc stmref.pmc stmvar.pmc task.pmc undef.pmc
);
my $dummy_options = join q{ } => @dummy_options;
@@ -168,7 +168,7 @@
@dummy_options = qw(
default.pmc null.pmc env.pmc key.pmc random.pmc unmanagedstruct.pmc
-managedstruct.pmc delegate.pmc constexception.pmc vtablecache.pmc parrotio.pmc
parrotlibrary.pmc parrotinterpreter.pmc parrotthread.pmc lexpad.pmc timer.pmc
pointer.pmc sub.pmc continuation.pmc retcontinuation.pmc exceptionhandler.pmc
coroutine.pmc eval.pmc nci.pmc float.pmc integer.pmc bigint.pmc complex.pmc
string.pmc boolean.pmc ref.pmc sharedref.pmc array.pmc fixedintegerarray.pmc
intlist.pmc iterator.pmc sarray.pmc fixedstringarray.pmc multiarray.pmc
hash.pmc orderedhash.pmc tqueue.pmc os.pmc file.pmc addrregistry.pmc
bound_nci.pmc capture.pmc class.pmc codestring.pmc deleg_pmc.pmc enumerate.pmc
exporter.pmc fixedbooleanarray.pmc fixedfloatarray.pmc fixedpmcarray.pmc
lexinfo.pmc multisub.pmc namespace.pmc object.pmc pair.pmc
parrotrunningthread.pmc pccmethod_test.pmc pmcproxy.pmc
resizablebooleanarray.pmc resizablefloatarray.pmc resizableintegerarray.pmc
resizablepmcarray.pmc resizablestringarray.pmc role.pmc scalar.pmc
scheduler.pmc slice.pmc stmlog.pmc stmref.pmc stmv
ar.pmc task.pmc undef.pmc
+managedstruct.pmc delegate.pmc constexception.pmc vtablecache.pmc
parrotlibrary.pmc parrotinterpreter.pmc parrotthread.pmc lexpad.pmc timer.pmc
pointer.pmc sub.pmc continuation.pmc retcontinuation.pmc exceptionhandler.pmc
coroutine.pmc eval.pmc nci.pmc float.pmc integer.pmc bigint.pmc complex.pmc
string.pmc boolean.pmc ref.pmc sharedref.pmc array.pmc fixedintegerarray.pmc
intlist.pmc iterator.pmc sarray.pmc fixedstringarray.pmc multiarray.pmc
hash.pmc orderedhash.pmc tqueue.pmc os.pmc file.pmc addrregistry.pmc
bound_nci.pmc capture.pmc class.pmc codestring.pmc deleg_pmc.pmc enumerate.pmc
exporter.pmc fixedbooleanarray.pmc fixedfloatarray.pmc fixedpmcarray.pmc
lexinfo.pmc multisub.pmc namespace.pmc object.pmc pair.pmc
parrotrunningthread.pmc pccmethod_test.pmc pmcproxy.pmc
resizablebooleanarray.pmc resizablefloatarray.pmc resizableintegerarray.pmc
resizablepmcarray.pmc resizablestringarray.pmc role.pmc scalar.pmc
scheduler.pmc slice.pmc stmlog.pmc stmref.pmc stmvar.pmc task.p
mc undef.pmc
);
$dummy_options = join q{ } => @dummy_options;