(main: try): Actually call ffs in the test.

This commit is contained in:
Roland McGrath 1994-09-03 16:22:50 +00:00
parent 74532ad1e5
commit ba96880840
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ DEFUN(main, (argc, argv),
int i;
void try (int value, int expected)
{
if (value != expected)
if (ffs (value) != expected)
{
fprintf (stderr, "%#x expected %d got %d\n",
value, expected, ffs (value));