From f5a6c21f7abbb1428a7ed204e8a97cd1880cf5fe Mon Sep 17 00:00:00 2001 From: Jimmy Zhuo Date: Tue, 1 May 2012 22:08:22 +0800 Subject: [PATCH] removed a test which is not really useful --- t/pmc/bignum.t | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/t/pmc/bignum.t b/t/pmc/bignum.t index 816754dd69..0bd37c523c 100644 --- a/t/pmc/bignum.t +++ b/t/pmc/bignum.t @@ -24,7 +24,7 @@ Tests the BigNum PMC. =cut if ( $PConfig{gmp} ) { - plan tests => 45; + plan tests => 44; } else { plan skip_all => "No BigNum PMC enabled"; @@ -71,16 +71,6 @@ if ( $PConfig{gmp} ) { unlink $test; } -pir_output_is( <<'CODE', <<'OUT', "create" ); -.sub _main :main - new $P0, ['BigNum'] - say "ok" - end -.end -CODE -ok -OUT - pir_output_is( <<'CODE', <<'OUT', "set/get int" ); .sub _main :main new $P0, ['BigNum']