Unit test to check that we can parse NETINFO cell with unsupported address type

This commit is contained in:
rl1987 2018-12-18 12:11:33 +02:00
parent c92c0cbc9f
commit c659603ac5

View File

@ -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"