diff options
author | Bram Moolenaar <Bram@vim.org> | 2017-04-02 18:19:53 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2017-04-02 18:19:53 +0200 |
commit | a604429529ce3d3c97309c7cf6bba8b699f6bfb5 (patch) | |
tree | 46f3e0bf543047e0cfc8877e1591fbade73ba548 /src/message_test.c | |
parent | 08f88b139d2f93661ed2b17214ee6b308b4edb5b (diff) | |
download | vim-git-a604429529ce3d3c97309c7cf6bba8b699f6bfb5.tar.gz |
patch 8.0.0540: building unit tests failsv8.0.0540
Problem: Building unit tests fails.
Solution: Move params outside of #ifdef.
Diffstat (limited to 'src/message_test.c')
-rw-r--r-- | src/message_test.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/message_test.c b/src/message_test.c index e5ecf2641..55ca81410 100644 --- a/src/message_test.c +++ b/src/message_test.c @@ -96,8 +96,6 @@ test_trunc_string(void) int main(int argc, char **argv) { - mparm_T params; - vim_memset(¶ms, 0, sizeof(params)); params.argc = argc; params.argv = argv; |