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

dukeleto at svn.parrot.org dukeleto at svn.parrot.org
Thu Sep 2 05:12:05 UTC 2010


Author: dukeleto
Date: Thu Sep  2 05:12:03 2010
New Revision: 48759
URL: https://trac.parrot.org/parrot/changeset/48759

Log:
[t] Reinstate division_by_zero test in t/pmc/bigint.t and fix plan

Modified:
   trunk/t/pmc/bigint.t

Modified: trunk/t/pmc/bigint.t
==============================================================================
--- trunk/t/pmc/bigint.t	Thu Sep  2 02:05:53 2010	(r48758)
+++ trunk/t/pmc/bigint.t	Thu Sep  2 05:12:03 2010	(r48759)
@@ -20,7 +20,7 @@
 
     .include 'test_more.pir'
 
-    plan(34)
+    plan(36)
     check_libgmp_good()
 
     set_and_get()
@@ -29,6 +29,7 @@
     multiplication()
     division()
     negation()
+    division_by_zero()
     negate_min_integer()
     absolute_value()
     absolute_min_integer()


More information about the parrot-commits mailing list