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

NotFound at svn.parrot.org NotFound at svn.parrot.org
Thu Jun 24 06:14:23 UTC 2010


Author: NotFound
Date: Thu Jun 24 06:14:22 2010
New Revision: 47799
URL: https://trac.parrot.org/parrot/changeset/47799

Log:
fix silly omission: wrote a test sub but forgot to call it

Modified:
   trunk/t/pmc/orderedhashiterator.t

Modified: trunk/t/pmc/orderedhashiterator.t
==============================================================================
--- trunk/t/pmc/orderedhashiterator.t	Thu Jun 24 05:41:08 2010	(r47798)
+++ trunk/t/pmc/orderedhashiterator.t	Thu Jun 24 06:14:22 2010	(r47799)
@@ -23,11 +23,12 @@
 .sub 'main'
     .include 'test_more.pir'
 
-    plan(5)
+    plan(6)
 
     'test_init'()
     'test_bad_type'()
     'test_shift'()
+    'test_pop'()
 .end
 
 .sub 'test_init'


More information about the parrot-commits mailing list