aboutsummaryrefslogtreecommitdiff
path: root/src/test/test_netinfo.c
diff options
context:
space:
mode:
authorrl1987 <rl1987@sdf.lonestar.org>2018-12-18 12:11:33 +0200
committerrl1987 <rl1987@sdf.lonestar.org>2018-12-18 12:11:33 +0200
commitc659603ac5a428d93ea625aa28b6b51ef9f2f9b3 (patch)
tree2ae5de1ee3ccd5d16e4c575ba87dc4d43fd55049 /src/test/test_netinfo.c
parentc92c0cbc9f7a1ad889cfdda6943ca484d110438e (diff)
downloadtor-c659603ac5a428d93ea625aa28b6b51ef9f2f9b3.tar.gz
tor-c659603ac5a428d93ea625aa28b6b51ef9f2f9b3.zip
Unit test to check that we can parse NETINFO cell with unsupported address type
Diffstat (limited to 'src/test/test_netinfo.c')
-rw-r--r--src/test/test_netinfo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/test_netinfo.c b/src/test/test_netinfo.c
index 1fee2a1eba..8fc5330a46 100644
--- a/src/test/test_netinfo.c
+++ b/src/test/test_netinfo.c
@@ -2,7 +2,7 @@
/* See LICENSE for licensing information */
#include "orconfig.h"
-#include "core/or/or.h" // XXX: is this needed?
+#include "core/or/or.h"
#include "trunnel/netinfo.h"
#include "test/test.h"