Files
neovim/test/unit
ZyX cf45c7bb05 unittests: Fix tests crash
Tests crash at some point without
- `after_each(collectgarbage)` right before “typval.c list copy() copies list
  correctly and converts items” test.
- Commenting out that test.
- Adding `collectgarbage()` after the test (what actually this commit does).

Adding `collectgarbage()` to top-level `after_each` block right after
`restore_allocators` makes running this file crash even if it is run alone.
2017-03-29 10:08:06 +03:00
..
2017-03-11 23:48:16 +03:00
2017-03-29 10:08:06 +03:00
2017-03-27 14:27:20 +02:00
2017-03-12 04:20:31 +03:00