aboutsummaryrefslogtreecommitdiff
path: root/src/test/test_buffers.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2015-09-02 08:50:26 -0400
committerNick Mathewson <nickm@torproject.org>2015-09-02 08:50:26 -0400
commit4cff437a0a934e3a6712f43bd56ddfd4d2be0a80 (patch)
tree4c4c49d39cec2cd09c404a14c90a23889bfce31c /src/test/test_buffers.c
parent7153cd509457656e8ca5fff8606abd5ac882d962 (diff)
downloadtor-4cff437a0a934e3a6712f43bd56ddfd4d2be0a80.tar.gz
tor-4cff437a0a934e3a6712f43bd56ddfd4d2be0a80.zip
Remove remaining references to "nulterminate" in comments
Thanks to Roger for spotting this!
Diffstat (limited to 'src/test/test_buffers.c')
-rw-r--r--src/test/test_buffers.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/test/test_buffers.c b/src/test/test_buffers.c
index 4b6e5399fd..29ee408616 100644
--- a/src/test/test_buffers.c
+++ b/src/test/test_buffers.c
@@ -206,9 +206,6 @@ test_buffer_pullup(void *arg)
stuff = tor_malloc(16384);
tmp = tor_malloc(16384);
- /* Note: this test doesn't check the nulterminate argument to buf_pullup,
- since nothing actually uses it. We should remove it some time. */
-
buf = buf_new_with_capacity(3000); /* rounds up to next power of 2. */
tt_assert(buf);