[svn:parrot] r49355 - in branches/generational_gc: lib/Parrot/Pmc2c/PMC t/op

mikehh at svn.parrot.org mikehh at svn.parrot.org
Mon Sep 27 11:19:46 UTC 2010


Author: mikehh
Date: Mon Sep 27 11:19:46 2010
New Revision: 49355
URL: https://trac.parrot.org/parrot/changeset/49355

Log:
[generational_gc] add svn properties and bring t/op/gc-non-recursive.t into line with trunk

Modified:
   branches/generational_gc/lib/Parrot/Pmc2c/PMC/WB.pm   (props changed)
   branches/generational_gc/t/op/gc-non-recursive.t   (contents, props changed)

Modified: branches/generational_gc/t/op/gc-non-recursive.t
==============================================================================
--- branches/generational_gc/t/op/gc-non-recursive.t	Mon Sep 27 11:09:52 2010	(r49354)
+++ branches/generational_gc/t/op/gc-non-recursive.t	Mon Sep 27 11:19:46 2010	(r49355)
@@ -37,7 +37,7 @@
     ($I0, next) = next.'reify'()
     if $I1 < 10000000 goto loop
     sweep 1
-    ok(1, "Marking of large list doesn't exaust C stack")
+    ok(1, "Marking of large list doesn't exhaust C stack")
     done_testing()
 .end
 
@@ -53,3 +53,9 @@
     setattribute nextiter, '$!value', $P0
     .return ($P0, nextiter)
 .end
+
+# Local Variables:
+#   mode: pir
+#   fill-column: 100
+# End:
+# vim: expandtab shiftwidth=4 ft=pir:


More information about the parrot-commits mailing list