[svn:parrot] r47576 - branches/gc_massacre/t/op

bacek at svn.parrot.org bacek at svn.parrot.org
Sat Jun 12 22:10:49 UTC 2010


Author: bacek
Date: Sat Jun 12 22:10:49 2010
New Revision: 47576
URL: https://trac.parrot.org/parrot/changeset/47576

Log:
Increase amount of allocated object in GC test.

Modified:
   branches/gc_massacre/t/op/gc-leaky.t

Modified: branches/gc_massacre/t/op/gc-leaky.t
==============================================================================
--- branches/gc_massacre/t/op/gc-leaky.t	Sat Jun 12 21:54:47 2010	(r47575)
+++ branches/gc_massacre/t/op/gc-leaky.t	Sat Jun 12 22:10:49 2010	(r47576)
@@ -45,7 +45,7 @@
     loop:
         $P0 = box 0
         inc counter
-        if counter > 1e6 goto done
+        if counter > 1e7 goto done
         goto loop
     done:
         diag("")


More information about the parrot-commits mailing list