From e2af51a5c5d33fed7b7d0c499a2c361afc41e3e9 Mon Sep 17 00:00:00 2001 From: Whiteknight Date: Wed, 5 Jan 2011 19:32:15 -0500 Subject: [PATCH] remove the test for Integer.i_multiply on Complex. That test had been TODO'd, and I mistakenly untodo'd it. It has never passed as written (which is probably wrong) and the MULTI case that it was designed to test has been removed --- t/pmc/integer.t | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/t/pmc/integer.t b/t/pmc/integer.t index 2a8f4ce04f..70a0eb8790 100644 --- a/t/pmc/integer.t +++ b/t/pmc/integer.t @@ -24,7 +24,7 @@ Tests the Integer PMC. get_max_min() - plan(143) + plan(142) test_init() test_basic_math() test_truthiness_and_definedness() @@ -593,15 +593,6 @@ fin: mul $P0, $P1 is($P0, 24, 'i_multiply Integer PMC by Integer PMC') - $P0 = new ['Integer'] - $P1 = new ['Complex'] - $P2 = new ['Complex'] - $P0 = 2 - $P1 = "2+4i" - $P2 = "4+8i" - mul $P0, $P1 - is($P0, $P2, 'i_multiply Integer PMC by Complex PMC') - $P0 = new ['Integer'] $P1 = new ['Float'] $P0 = 2