diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-07-05 17:05:54 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-07-05 17:15:50 -0400 |
commit | f720a5a439b6fd3e9a283891c15f41f93532d81c (patch) | |
tree | f22d2493244a7db14ae125fc18009f19708f4ea5 /src/test/test_router.c | |
parent | 5f51c2de8bf27c1c5eba8c27d32273284d41a3d7 (diff) | |
download | tor-f720a5a439b6fd3e9a283891c15f41f93532d81c.tar.gz tor-f720a5a439b6fd3e9a283891c15f41f93532d81c.zip |
Fix everything that previously referred to src/or
Diffstat (limited to 'src/test/test_router.c')
-rw-r--r-- | src/test/test_router.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/test/test_router.c b/src/test/test_router.c index a398c7497b..c6a2452c8c 100644 --- a/src/test/test_router.c +++ b/src/test/test_router.c @@ -4,7 +4,7 @@ /** * \file test_router.c - * \brief Unittests for code in src/or/router.c + * \brief Unittests for code in router.c **/ #include "core/or/or.h" @@ -111,4 +111,3 @@ struct testcase_t router_tests[] = { ROUTER_TEST(dump_router_to_string_no_bridge_distribution_method, TT_FORK), END_OF_TESTCASES }; - |