diff options
author | Nick Mathewson <nickm@torproject.org> | 2016-08-02 13:59:47 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-08-02 13:59:47 -0400 |
commit | 4d4ccc505b0c9639c68b42645d5a29497c48fe4d (patch) | |
tree | e4c12832ff423ac86ba16e39444b88ab5f648d1b /src/test/test_channeltls.c | |
parent | 46ef4487d3914cac1aba148ec58ff271bda3c636 (diff) | |
download | tor-4d4ccc505b0c9639c68b42645d5a29497c48fe4d.tar.gz tor-4d4ccc505b0c9639c68b42645d5a29497c48fe4d.zip |
Search for remaining references to 'bufferevent'.
Remove or adjust as appropriate.
Diffstat (limited to 'src/test/test_channeltls.c')
-rw-r--r-- | src/test/test_channeltls.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/test/test_channeltls.c b/src/test/test_channeltls.c index 394612f155..bde46a2998 100644 --- a/src/test/test_channeltls.c +++ b/src/test/test_channeltls.c @@ -124,8 +124,7 @@ test_channeltls_num_bytes_queued(void *arg) * Next, we have to test ch->num_bytes_queued, which is * channel_tls_num_bytes_queued_method. We can't mock * connection_get_outbuf_len() directly because it's static inline - * in connection.h, but we can mock buf_datalen(). Note that - * if bufferevents ever work, this will break with them enabled. + * in connection.h, but we can mock buf_datalen(). */ tt_assert(ch->num_bytes_queued != NULL); |