Author: jkeenan
Date: Sat Jan 24 11:09:11 2009
New Revision: 35961

Modified:
   trunk/t/steps/auto_pmc-01.t

Log:
In partial satisfaction of issues raised in
https://trac.parrot.org/parrot/ticket/223, reformat lists to match coding
standards.


Modified: trunk/t/steps/auto_pmc-01.t
==============================================================================
--- trunk/t/steps/auto_pmc-01.t (original)
+++ trunk/t/steps/auto_pmc-01.t Sat Jan 24 11:09:11 2009
@@ -146,7 +146,72 @@
 ########## --pmc ##########
 
 my @dummy_options = qw(
-default.pmc null.pmc env.pmc key.pmc random.pmc unmanagedstruct.pmc 
managedstruct.pmc exception.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 iterator.pmc sarray.pmc 
fixedstringarray.pmc hash.pmc orderedhash.pmc tqueue.pmc os.pmc file.pmc 
addrregistry.pmc bound_nci.pmc capture.pmc class.pmc codestring.pmc 
exporter.pmc fixedbooleanarray.pmc fixedfloatarray.pmc fixedpmcarray.pmc 
lexinfo.pmc multisub.pmc namespace.pmc object.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 task.pmc 
undef.pmc
+    default.pmc
+    null.pmc
+    env.pmc
+    key.pmc
+    random.pmc
+    unmanagedstruct.pmc
+    managedstruct.pmc
+    exception.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
+    iterator.pmc
+    sarray.pmc
+    fixedstringarray.pmc
+    hash.pmc
+    orderedhash.pmc
+    tqueue.pmc
+    os.pmc
+    file.pmc
+    addrregistry.pmc
+    bound_nci.pmc
+    capture.pmc
+    class.pmc
+    codestring.pmc
+    exporter.pmc
+    fixedbooleanarray.pmc
+    fixedfloatarray.pmc
+    fixedpmcarray.pmc
+    lexinfo.pmc
+    multisub.pmc
+    namespace.pmc
+    object.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
+    task.pmc
+    undef.pmc
 );
 my $dummy_options = join q{ } => @dummy_options;
 
@@ -167,8 +232,72 @@
 ########## --pmc ##########
 
 @dummy_options = qw(
-default.pmc null.pmc env.pmc key.pmc random.pmc unmanagedstruct.pmc
-managedstruct.pmc constexception.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 iterator.pmc sarray.pmc 
fixedstringarray.pmc hash.pmc orderedhash.pmc tqueue.pmc os.pmc file.pmc 
addrregistry.pmc bound_nci.pmc capture.pmc class.pmc codestring.pmc 
exporter.pmc fixedbooleanarray.pmc fixedfloatarray.pmc fixedpmcarray.pmc 
lexinfo.pmc multisub.pmc namespace.pmc object.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 task.pmc 
undef.pmc
+    default.pmc
+    null.pmc
+    env.pmc
+    key.pmc
+    random.pmc
+    unmanagedstruct.pmc
+    managedstruct.pmc
+    constexception.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
+    iterator.pmc
+    sarray.pmc
+    fixedstringarray.pmc
+    hash.pmc
+    orderedhash.pmc
+    tqueue.pmc
+    os.pmc
+    file.pmc
+    addrregistry.pmc
+    bound_nci.pmc
+    capture.pmc
+    class.pmc
+    codestring.pmc
+    exporter.pmc
+    fixedbooleanarray.pmc
+    fixedfloatarray.pmc
+    fixedpmcarray.pmc
+    lexinfo.pmc
+    multisub.pmc
+    namespace.pmc
+    object.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
+    task.pmc
+    undef.pmc
 );
 $dummy_options = join q{ } => @dummy_options;
 

Reply via email to