summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2017-01-08 13:38:58 +0100
committerBram Moolenaar <Bram@vim.org>2017-01-08 13:38:58 +0100
commit04e94c788175c83be8a78372b0ed6c332969edff (patch)
tree7839e29f100ee580a15573ec748044a62db7a63d /src
parent12c4492dd35e0cd83c8816be2ec849b836109882 (diff)
patch 8.0.0152: stray channellog created when running testsv8.0.0152
Problem: Running the channel test creates channellog. Solution: Delete the debug line.
Diffstat (limited to 'src')
-rw-r--r--src/testdir/test_channel.vim1
-rw-r--r--src/version.c2
2 files changed, 2 insertions, 1 deletions
diff --git a/src/testdir/test_channel.vim b/src/testdir/test_channel.vim
index 7baac1d677..81de17c34b 100644
--- a/src/testdir/test_channel.vim
+++ b/src/testdir/test_channel.vim
@@ -279,7 +279,6 @@ func Ch_channel_handler(port)
endfunc
func Test_channel_handler()
-call ch_logfile('channellog', 'w')
call ch_log('Test_channel_handler()')
let g:Ch_reply = ""
let s:chopt.callback = 'Ch_handler'
diff --git a/src/version.c b/src/version.c
index 3be6cbbfc0..438a65d200 100644
--- a/src/version.c
+++ b/src/version.c
@@ -765,6 +765,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 152,
+/**/
151,
/**/
150,