[svn:parrot] r41920 - branches/pcc_reapply/t/pmc

chromatic at svn.parrot.org chromatic at svn.parrot.org
Sun Oct 18 08:23:33 UTC 2009


Author: chromatic
Date: Sun Oct 18 08:23:30 2009
New Revision: 41920
URL: https://trac.parrot.org/parrot/changeset/41920

Log:
[t] Fixed numbering in the problematic threads test.  This doesn't fix the
test, but it makes the failure output clearer.

Modified:
   branches/pcc_reapply/t/pmc/threads.t

Modified: branches/pcc_reapply/t/pmc/threads.t
==============================================================================
--- branches/pcc_reapply/t/pmc/threads.t	Sun Oct 18 04:19:21 2009	(r41919)
+++ branches/pcc_reapply/t/pmc/threads.t	Sun Oct 18 08:23:30 2009	(r41920)
@@ -1,5 +1,5 @@
 #! perl
-# Copyright (C) 2001-2008, Parrot Foundation.
+# Copyright (C) 2001-2009, Parrot Foundation.
 # $Id$
 
 use strict;
@@ -705,6 +705,7 @@
     print "\nnot ok "
     print number
     print "\n"
+    inc number
     $P0 = interpinfo .INTERPINFO_CURRENT_CONT
 loop:
     $I0 = defined $P0


More information about the parrot-commits mailing list