diff options
author | Bram Moolenaar <Bram@vim.org> | 2016-02-02 18:20:08 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2016-02-02 18:20:08 +0100 |
commit | 56ead341a75e1a0395eee94a3280c67e2278a57e (patch) | |
tree | 52c81e0242666bf75c227a392473bf5ea26cf6dd /src/memfile_test.c | |
parent | d9ea9069f5ef5b8b9f9e0d0daecdd124e2dcd818 (diff) | |
download | vim-git-56ead341a75e1a0395eee94a3280c67e2278a57e.tar.gz |
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.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/memfile_test.c b/src/memfile_test.c index 3fc13516d..b742cd670 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. */ |