mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
update unit tests to reflect changed interface
svn:r2952
This commit is contained in:
+1
-1
@@ -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. */
|
||||
|
||||
Reference in New Issue
Block a user