Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
removed a test which is not really useful
  • Loading branch information
Jimmy Zhuo committed May 1, 2012
1 parent 2d8802a commit f5a6c21
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions t/pmc/bignum.t
Expand Up @@ -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";
Expand Down Expand Up @@ -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']
Expand Down

0 comments on commit f5a6c21

Please sign in to comment.