diff options
| author | ZyX <kp-pav@yandex.ru> | 2017-03-12 14:55:14 +0300 |
|---|---|---|
| committer | ZyX <kp-pav@yandex.ru> | 2017-03-29 10:08:45 +0300 |
| commit | 5ce624324136408a3f412d6c2ff437455f1e3344 (patch) | |
| tree | 77662e9ba526c3a961b5ccb5475857c34262bcdc | |
| parent | 52e226ff74f49a02f884247b61d1865fa14e810d (diff) | |
| download | rneovim-5ce624324136408a3f412d6c2ff437455f1e3344.tar.gz rneovim-5ce624324136408a3f412d6c2ff437455f1e3344.tar.bz2 rneovim-5ce624324136408a3f412d6c2ff437455f1e3344.zip | |
unittests: Enable tv_list_join tests back
Unable to reproduce the problem on Mac OS X Sierra VPS, need to check whether it
is reproducible on travis.
| -rw-r--r-- | test/unit/eval/typval_spec.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit/eval/typval_spec.lua b/test/unit/eval/typval_spec.lua index 2653706e5b..2f01e9634e 100644 --- a/test/unit/eval/typval_spec.lua +++ b/test/unit/eval/typval_spec.lua @@ -1133,7 +1133,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, uname() == 'Darwin') + end) end) describe('equal()', function() itp('compares empty and NULL lists correctly', function() |