summaryrefslogtreecommitdiffhomepage
path: root/test/kv.test.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/kv.test.c')
-rw-r--r--test/kv.test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/kv.test.c b/test/kv.test.c
index 12f2801..7f82b8a 100644
--- a/test/kv.test.c
+++ b/test/kv.test.c
@@ -33,7 +33,7 @@ Val2// comment\n\
";
static const int sz = sizeof(data) - 1;
-TEST("parsing should work with any buffer size", 0) {
+TEST("parsing should work with any buffer size") {
for (int chunksz = 3; chunksz <= sz; ++chunksz) {
struct kv_parser kvp = {0};
// sending data in chunks to test reentrancy