summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2010-10-25 10:39:30 +0100
committerLars Wirzenius <liw@liw.fi>2010-10-25 10:39:30 +0100
commita6f3ecb81cf93b6ad40722c821fa9aaaeb0cf049 (patch)
tree2a0140a72dc77ec0b8bc22ae405dd721f7143f18
parented77916173766327248d84453564f1ae05b05535 (diff)
downloaddynstr-a6f3ecb81cf93b6ad40722c821fa9aaaeb0cf049.tar.gz
Remove outdated comment.
-rw-r--r--unittests.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/unittests.c b/unittests.c
index 38cbc5d..cb145d1 100644
--- a/unittests.c
+++ b/unittests.c
@@ -985,7 +985,6 @@ static int test_fwrite_writes_string(void)
FAIL_UNLESS_EQUAL(num_bytes, dynstr_len(dynstr));
- /* FIXME: should compare contents of strings, too */
read_bytes = read(fd, buf, sizeof(buf));
if (read_bytes == -1)
abort();
@@ -1022,7 +1021,6 @@ static int test_write_writes_string(void)
FAIL_UNLESS_EQUAL(num_bytes, dynstr_len(dynstr));
- /* FIXME: should compare contents of strings, too */
read_bytes = read(fd, buf, sizeof(buf));
if (read_bytes == -1)
abort();