[svn:parrot] r41690 - branches/pcc_reapply/t/op

jkeenan at svn.parrot.org jkeenan at svn.parrot.org
Sun Oct 4 14:07:10 UTC 2009


Author: jkeenan
Date: Sun Oct  4 14:07:06 2009
New Revision: 41690
URL: https://trac.parrot.org/parrot/changeset/41690

Log:
Add a test description to help debugging.

Modified:
   branches/pcc_reapply/t/op/gc.t

Modified: branches/pcc_reapply/t/op/gc.t
==============================================================================
--- branches/pcc_reapply/t/op/gc.t	Sun Oct  4 13:52:54 2009	(r41689)
+++ branches/pcc_reapply/t/op/gc.t	Sun Oct  4 14:07:06 2009	(r41690)
@@ -192,7 +192,7 @@
     .local pmc o, cl
     cl = newclass 'Foo'
     o = new 'Foo'
-    ok(1)
+    ok(1, "end vanishing_return_continuation")
 .end
 
 # END: vanishing_return_continuation


More information about the parrot-commits mailing list