summaryrefslogtreecommitdiffstats
path: root/src/memfile_test.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2016-02-02 18:20:08 +0100
committerBram Moolenaar <Bram@vim.org>2016-02-02 18:20:08 +0100
commit56ead341a75e1a0395eee94a3280c67e2278a57e (patch)
tree52c81e0242666bf75c227a392473bf5ea26cf6dd /src/memfile_test.c
parentd9ea9069f5ef5b8b9f9e0d0daecdd124e2dcd818 (diff)
patch 7.4.1238v7.4.1238
Problem: Can't handle two messages right after each other. Solution: Find the end of the JSON. Read more when incomplete. Add a C test for the JSON decoding.
Diffstat (limited to 'src/memfile_test.c')
-rw-r--r--src/memfile_test.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/memfile_test.c b/src/memfile_test.c
index 3fc13516dc..b742cd6705 100644
--- a/src/memfile_test.c
+++ b/src/memfile_test.c
@@ -25,8 +25,6 @@
#define index_to_key(i) ((i) ^ 15167)
#define TEST_COUNT 50000
-static void test_mf_hash(void);
-
/*
* Test mf_hash_*() functions.
*/