There are 3 tests here, not 2.

This commit is contained in:
David Schultz 2008-02-17 22:45:53 +00:00
parent 39fb1e8f88
commit 69aa771036

View File

@ -152,7 +152,7 @@ int
main(int argc, char *argv[])
{
printf("1..2\n");
printf("1..3\n");
run_generic_tests();
printf("ok 1 - exponential\n");