diff options
author | Nick Mathewson <nickm@torproject.org> | 2015-02-18 09:19:38 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-02-18 09:19:38 -0500 |
commit | 6cdb213b6cb9f682c3f72bba974f53f588d71b61 (patch) | |
tree | cb8baf0137e8ca104ed8da10738c217bb111beb9 /src/test/test_hs.c | |
parent | 96211bcf714ac739f605dc0b5b8754418080591f (diff) | |
download | tor-6cdb213b6cb9f682c3f72bba974f53f588d71b61.tar.gz tor-6cdb213b6cb9f682c3f72bba974f53f588d71b61.zip |
Combine test_helpers.[ch] and testhelper.[ch]
Diffstat (limited to 'src/test/test_hs.c')
-rw-r--r-- | src/test/test_hs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/test_hs.c b/src/test/test_hs.c index e70ca5ee96..67ef646aab 100644 --- a/src/test/test_hs.c +++ b/src/test/test_hs.c @@ -12,10 +12,10 @@ #include "or.h" #include "test.h" #include "control.h" -#include "testhelper.h" #include "config.h" #include "routerset.h" #include "circuitbuild.h" +#include "test_helpers.h" /* mock ID digest and longname for node that's in nodelist */ #define HSDIR_EXIST_ID "\xAA\xAA\xAA\xAA\xAA\xAA\xAA\xAA\xAA\xAA" \ |