aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZyX <kp-pav@yandex.ru>2017-03-04 21:46:24 +0300
committerZyX <kp-pav@yandex.ru>2017-03-29 10:08:45 +0300
commit140174669e359ae7147288366dd94952955980cc (patch)
treeac05807d07101c5183d0519baeb2bdb5c8f67c94
parent6aa6e5007596f1eaa23c45376e3a72d908c6688e (diff)
downloadrneovim-140174669e359ae7147288366dd94952955980cc.tar.gz
rneovim-140174669e359ae7147288366dd94952955980cc.tar.bz2
rneovim-140174669e359ae7147288366dd94952955980cc.zip
unittests: Run tv_list_join tests in case it stopped failing
-rw-r--r--test/unit/eval/typval_spec.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit/eval/typval_spec.lua b/test/unit/eval/typval_spec.lua
index a785350c15..b0a7e9109a 100644
--- a/test/unit/eval/typval_spec.lua
+++ b/test/unit/eval/typval_spec.lua
@@ -1110,7 +1110,7 @@ describe('typval.c', function()
local recursive_li = recursive_l.lv_first
lib.tv_list_item_remove(recursive_l, recursive_li)
lib.tv_list_free(l)
- end, true)
+ end)
end)
describe('equal()', function()
itp('compares empty and NULL lists correctly', function()