print elapsed and expected times.

This commit is contained in:
wtc%netscape.com 1999-02-26 18:33:19 +00:00
Родитель c112e2b94f
Коммит 9844420e94
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -82,6 +82,8 @@ int main()
printf("FAIL\n");
exit(1);
}
printf("Elapsed time: %u ms, expected time: %u ms\n",
LONG_TIMEOUT, elapsed_ms);
printf("PASS\n");
return 0;
}