libmp: fix test program

This commit is contained in:
cinap_lenrek 2015-11-20 06:28:17 +01:00
parent 9fccf1629e
commit 51bedde447

View file

@ -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");