diff options
author | Nick Mathewson <nickm@torproject.org> | 2015-10-02 13:13:58 +0200 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-10-02 13:13:58 +0200 |
commit | ac8c5ec67a8b2f36f1c76777c640fc4299f42307 (patch) | |
tree | 42bf82b9a3deb804366a29cdc1b0086ce313722d /src/test/log_test_helpers.h | |
parent | c01f9d9ffe03d5c46833df477fcf2a4bd36dd389 (diff) | |
download | tor-ac8c5ec67a8b2f36f1c76777c640fc4299f42307.tar.gz tor-ac8c5ec67a8b2f36f1c76777c640fc4299f42307.zip |
Clean up compat_libevent tests
Diffstat (limited to 'src/test/log_test_helpers.h')
-rw-r--r-- | src/test/log_test_helpers.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/log_test_helpers.h b/src/test/log_test_helpers.h index 4822ce5677..af8e8a60e7 100644 --- a/src/test/log_test_helpers.h +++ b/src/test/log_test_helpers.h @@ -28,3 +28,4 @@ int mock_saved_severity_at(int ix); int mock_saved_log_number(void); #endif + |