[svn:parrot] r47651 - trunk/t/steps/gen
coke at svn.parrot.org
coke at svn.parrot.org
Wed Jun 16 01:29:42 UTC 2010
Author: coke
Date: Wed Jun 16 01:29:41 2010
New Revision: 47651
URL: https://trac.parrot.org/parrot/changeset/47651
Log:
Remove trailing whitespace, courtesy Gej
Modified:
trunk/t/steps/gen/opengl-01.t
Modified: trunk/t/steps/gen/opengl-01.t
==============================================================================
--- trunk/t/steps/gen/opengl-01.t Tue Jun 15 23:07:42 2010 (r47650)
+++ trunk/t/steps/gen/opengl-01.t Wed Jun 16 01:29:41 2010 (r47651)
@@ -54,14 +54,14 @@
# $real_opengl_status is false. So we'll SKIP.
$conf->replenish($serialized);
-
+
########### verbose ###########
-
+
($args, $step_list_ref) = process_options( {
argv => [ q{--verbose} ],
mode => q{configure},
} );
-
+
$conf->add_steps($pkg);
$conf->options->set( %{$args} );
$step = test_step_constructor_and_description($conf);
@@ -90,16 +90,16 @@
"Got expected verbose output"
);
}
-
+
$conf->replenish($serialized);
-
+
########### extra verbose ###########
-
+
($args, $step_list_ref) = process_options( {
argv => [ q{--verbose=3} ],
mode => q{configure},
} );
-
+
$conf->add_steps($pkg);
$conf->options->set( %{$args} );
$step = test_step_constructor_and_description($conf);
More information about the parrot-commits
mailing list