[svn:parrot] r44349 - trunk/t/steps/init/hints
jkeenan at svn.parrot.org
jkeenan at svn.parrot.org
Tue Feb 23 02:08:15 UTC 2010
Author: jkeenan
Date: Tue Feb 23 02:08:15 2010
New Revision: 44349
URL: https://trac.parrot.org/parrot/changeset/44349
Log:
[codingstd] No trailing whitespace.
Modified:
trunk/t/steps/init/hints/darwin-01.t
Modified: trunk/t/steps/init/hints/darwin-01.t
==============================================================================
--- trunk/t/steps/init/hints/darwin-01.t Tue Feb 23 02:06:55 2010 (r44348)
+++ trunk/t/steps/init/hints/darwin-01.t Tue Feb 23 02:08:15 2010 (r44349)
@@ -96,7 +96,7 @@
$defaults{architectures}, $stored, $flagsref, $flag
);
like(
- $flagsref->{$flag},
+ $flagsref->{$flag},
qr{-someflag -someotherflag},
"_strip_arch_flags_engine(): '-arch' flags and extra whitespace removed",
);
@@ -162,7 +162,7 @@
like($flagsref->{$flag},
qr/-someflag -someotherflag/,
"_strip_arch_flags(): '-arch' flags and extra whitespace removed",
- );
+ );
my ($stdout, $stderr);
capture(
More information about the parrot-commits
mailing list