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

dukeleto at svn.parrot.org dukeleto at svn.parrot.org
Mon Sep 7 20:25:30 UTC 2009


Author: dukeleto
Date: Mon Sep  7 20:25:30 2009
New Revision: 41134
URL: https://trac.parrot.org/parrot/changeset/41134

Log:
[cage] Removed unused/commented out code from t/pmc/integer.t

Modified:
   trunk/t/pmc/integer.t

Modified: trunk/t/pmc/integer.t
==============================================================================
--- trunk/t/pmc/integer.t	Mon Sep  7 20:19:16 2009	(r41133)
+++ trunk/t/pmc/integer.t	Mon Sep  7 20:25:30 2009	(r41134)
@@ -323,40 +323,6 @@
     ok($I0,'Integers can get_as_base')
 .end
 
-=pod
-
-pir_error_output_like( <<'CODE',qr/get_as_base: base out of bounds/ms, "get_as_base() bounds check" );
-.sub main :main
-    $P0 = new ['Integer']
-    $P0 = 42
-
-    $S0 = $P0.'get_as_base'(1)
-
-    print $S0
-    print "\n"
-.end
-CODE
-/get_as_base: base out of bounds
-.*/
-OUTPUT
-
-pir_error_output_like( <<'CODE', <<'OUTPUT', "get_as_base() bounds check" );
-.sub main :main
-    $P0 = new ['Integer']
-    $P0 = 42
-
-    $S0 = $P0.'get_as_base'(37)
-
-    print $S0
-    print "\n"
-.end
-CODE
-/get_as_base: base out of bounds
-.*/
-OUTPUT
-
-=cut
-
 .sub test_get_as_base10
     $P0 = new ['Integer']
     $P0 = 42


More information about the parrot-commits mailing list