[svn:parrot] r47663 - trunk/t/pmc

NotFound at svn.parrot.org NotFound at svn.parrot.org
Wed Jun 16 22:43:44 UTC 2010


Author: NotFound
Date: Wed Jun 16 22:43:43 2010
New Revision: 47663
URL: https://trac.parrot.org/parrot/changeset/47663

Log:
cover mark in SchedulerMessage tests

Modified:
   trunk/t/pmc/schedulermessage.t

Modified: trunk/t/pmc/schedulermessage.t
==============================================================================
--- trunk/t/pmc/schedulermessage.t	Wed Jun 16 22:27:41 2010	(r47662)
+++ trunk/t/pmc/schedulermessage.t	Wed Jun 16 22:43:43 2010	(r47663)
@@ -1,5 +1,5 @@
 #!./parrot
-# Copyright (C) 2008, Parrot Foundation.
+# Copyright (C) 2008-2010, Parrot Foundation.
 # $Id$
 
 =head1 NAME
@@ -69,6 +69,10 @@
 
     $P1 = new ['SchedulerMessage'], $P0
 
+    # Make sure the mark vtable function is exercised.
+    null $P0
+    sweep 1
+
     $S0 = $P1
     is($S0, "nine", "hash-initialized message has correct type")
 


More information about the parrot-commits mailing list