[tor/maint-0.3.0] Tweak test_entrynodes comment

commit a5130de43297373ec93c3623689e42cc1384b3f9 Author: Nick Mathewson <nickm@torproject.org> Date: Sun Mar 26 12:30:00 2017 +0200 Tweak test_entrynodes comment --- src/test/test_entrynodes.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/test_entrynodes.c b/src/test/test_entrynodes.c index 602aee9..95c8f6c 100644 --- a/src/test/test_entrynodes.c +++ b/src/test/test_entrynodes.c @@ -584,7 +584,7 @@ test_entry_guard_parse_from_state_full(void *arg) smartlist_t *text = smartlist_new(); char *joined = NULL; - // So nodes aren't expired + // So nodes aren't expired. This is Tue, 13 Dec 2016 09:37:14 GMT update_approx_time(1481621834); MOCK(entry_guard_is_listed, mock_entry_guard_is_listed);
participants (1)
-
nickm@torproject.org