Skip to content
Snippets Groups Projects
Commit d7fb38cf authored by Roger Dingledine's avatar Roger Dingledine
Browse files

update unit tests to reflect changed interface

svn:r2952
parent 7ed738b3
No related branches found
Tags tor-0.0.9rc1
No related merge requests found
......@@ -512,7 +512,7 @@ test_util(void) {
end.tv_sec = 4;
test_eq(0L, tv_udiff(&start, &end));
test_eq(-1005000L, tv_udiff(&start, &end));
/* The test values here are confirmed to be correct on a platform
* with a working timegm. */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment