[svn:parrot] r36064 - trunk/t/op

[email protected] Tue, 27 Jan 2009 12:45:09 -0800 (PST)
Newsgroups perl.cvs.parrot
Message-ID <[email protected]>
Author: julianalbo
Date: Tue Jan 27 12:45:08 2009
New Revision: 36064

Modified:
   trunk/t/op/arithmetics.t

Log:
[cage] spourious char in test

Modified: trunk/t/op/arithmetics.t
==============================================================================
--- trunk/t/op/arithmetics.t	(original)
+++ trunk/t/op/arithmetics.t	Tue Jan 27 12:45:08 2009
@@ -866,7 +866,7 @@
 # In the meantime, make sure it overflows nicely
 # on 32 bit.
     unless i2 > 40 goto next
-`.end
+.end
 CODE
 2
 4