[svn:parrot] r42436 - trunk/t/steps/auto

jkeenan at svn.parrot.org jkeenan at svn.parrot.org
Thu Nov 12 03:28:39 UTC 2009


Author: jkeenan
Date: Thu Nov 12 03:28:30 2009
New Revision: 42436
URL: https://trac.parrot.org/parrot/changeset/42436

Log:
Delete commented-out code.

Modified:
   trunk/t/steps/auto/arch-01.t

Modified: trunk/t/steps/auto/arch-01.t
==============================================================================
--- trunk/t/steps/auto/arch-01.t	Thu Nov 12 02:15:51 2009	(r42435)
+++ trunk/t/steps/auto/arch-01.t	Thu Nov 12 03:28:30 2009	(r42436)
@@ -311,10 +311,6 @@
 is( $step->_get_platform( $conf ), $exp,
     "Got expected platform for $exp");
 
-## re-set to original values
-#$conf->data->set( osname => $platform_orig );
-#$conf->data->set( archname => $archname_orig );
-
 $conf->data->set( archname => 'ia64-bar' );
 $exp = q{ia64};
 is( $step->_get_platform( $conf ), $exp,


More information about the parrot-commits mailing list