libmp: fix test program
This commit is contained in:
parent
9fccf1629e
commit
51bedde447
1 changed files with 2 additions and 2 deletions
|
@ -400,8 +400,8 @@ main(int argc, char **argv)
|
|||
break;
|
||||
}ARGEND;
|
||||
|
||||
fmtinstall('B', mpconv);
|
||||
fmtinstall('Q', mpconv);
|
||||
fmtinstall('B', mpfmt);
|
||||
fmtinstall('Q', mpfmt);
|
||||
srand(0);
|
||||
mpsetminbits(2*Dbits);
|
||||
testshift("1111111111111111");
|
||||
|
|
Loading…
Reference in a new issue