Fix some harmless bugs in a test.

This commit is contained in:
David Schultz 2013-05-30 04:47:03 +00:00
parent 659a67c641
commit 6bba248bee
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=251120

View File

@ -67,8 +67,8 @@ main(int argc, char *argv[])
test(4, 4, 0, 1);
test(0, 3.0, 0, 0);
testd(0x1p-1074, 1, 0x1p-1074, 0x1p-1074);
testf(0x1p-149, 1, 0x1p-149, 0x1p-149);
testd(0x1p-1074, 1, 0x1p-1074, 0);
testf(0x1p-149, 1, 0x1p-149, 0);
test(3.0, 4, -1, 1);
test(3.0, -4, -1, -1);
testd(275 * 1193040, 275, 0, 1193040);