summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwtc%netscape.com <devnull@localhost>1999-02-26 18:33:19 +0000
committerwtc%netscape.com <devnull@localhost>1999-02-26 18:33:19 +0000
commit9a47a24402560d9aaa78ee9330f8830f684bb787 (patch)
treedc4b64d70847ee8f9257e0deeb6e477747fc8708
parent43959f225181dbd3f522c332e9d899534f6cff6d (diff)
downloadnspr-hg-9a47a24402560d9aaa78ee9330f8830f684bb787.tar.gz
print elapsed and expected times.
-rw-r--r--pr/tests/initclk.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/pr/tests/initclk.c b/pr/tests/initclk.c
index a815997f..21ce49f9 100644
--- a/pr/tests/initclk.c
+++ b/pr/tests/initclk.c
@@ -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;
}