summaryrefslogtreecommitdiff
path: root/dist/bignum/t/bninfnan.t
blob: ca7e21b3b766edb0cd42c3c7abb12bf5617af585 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/perl -w

###############################################################################

use Test;
use strict;

BEGIN
  {
  plan tests => 26;
  }

use bignum;

require "t/infnan.inc";