[svn:parrot] r47544 - trunk/t/pmc
mikehh at svn.parrot.org
mikehh at svn.parrot.org
Thu Jun 10 19:21:22 UTC 2010
Author: mikehh
Date: Thu Jun 10 19:21:21 2010
New Revision: 47544
URL: https://trac.parrot.org/parrot/changeset/47544
Log:
fix codetest failure - trailing whitespace
Modified:
trunk/t/pmc/fixedintegerarray.t
Modified: trunk/t/pmc/fixedintegerarray.t
==============================================================================
--- trunk/t/pmc/fixedintegerarray.t Thu Jun 10 19:17:15 2010 (r47543)
+++ trunk/t/pmc/fixedintegerarray.t Thu Jun 10 19:21:21 2010 (r47544)
@@ -274,12 +274,12 @@
.sub 'test_sort'
.local pmc a1, a2
- a1 = new ['FixedIntegerArray'], 3
+ a1 = new ['FixedIntegerArray'], 3
a1[0] = 7
a1[1] = 1
a1[2] = 5
- a2 = new ['FixedIntegerArray'], 3
+ a2 = new ['FixedIntegerArray'], 3
a2[0] = 1
a2[1] = 5
a2[2] = 7
More information about the parrot-commits
mailing list