[svn:parrot] r48199 - trunk/t/pmc
dukeleto at svn.parrot.org
dukeleto at svn.parrot.org
Wed Jul 28 07:21:49 UTC 2010
Author: dukeleto
Date: Wed Jul 28 07:21:49 2010
New Revision: 48199
URL: https://trac.parrot.org/parrot/changeset/48199
Log:
[cage] Fix a coding standard test
Modified:
trunk/t/pmc/capture.t
Modified: trunk/t/pmc/capture.t
==============================================================================
--- trunk/t/pmc/capture.t Wed Jul 28 06:41:39 2010 (r48198)
+++ trunk/t/pmc/capture.t Wed Jul 28 07:21:49 2010 (r48199)
@@ -54,7 +54,6 @@
is($I0, 0, 'get_integer_keyed_int on empty Capture')
$S0 = capt[0]
is($S0, '', 'get_string_keyed_int on empty Capture')
-
capt[0] = 0
capt[1] = 1.5
More information about the parrot-commits
mailing list