]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.0186: confusing error message from assert_notequal() v8.0.0186
authorBram Moolenaar <Bram@vim.org>
Sat, 14 Jan 2017 19:06:14 +0000 (20:06 +0100)
committerBram Moolenaar <Bram@vim.org>
Sat, 14 Jan 2017 19:06:14 +0000 (20:06 +0100)
commit5869cf060e60cc09e71b2b3bd85f0576ec78f9f5
tree12b84676d1718a5ab703c711a5a2f50d33b59956
parentfad609d067926d350b4e4ee6ecb55bdbf111a272
patch 8.0.0186: confusing error message from assert_notequal()

Problem:    The error message from assert_notequal() is confusing.
Solution:   Only mention the expected value.
src/eval.c
src/testdir/test_assert.vim
src/version.c