neovim/test/symbolic/klee/nvim
James McCoy 27a7a4d384
Use abort() instead of assert(false) for things that should never happen
assert() is compiled out for release builds, but we don't want to
continue running in these impossible situations.

This also resolves the "implicit fallthrough" warnings for the asserts
in switch cases.
2021-01-31 11:28:52 -05:00
..
charset.c Use abort() instead of assert(false) for things that should never happen 2021-01-31 11:28:52 -05:00
garray.c klee: Start preparing for klee tests 2017-10-08 22:25:05 +03:00
gettext.c klee: Start preparing for klee tests 2017-10-08 22:25:05 +03:00
keymap.c globals: eliminate "has_mbyte" macro 2020-11-14 17:23:51 -05:00
mbyte.c viml/parser/expressions: Create tests for latest additions 2017-10-15 19:13:52 +03:00
memory.c Use abort() instead of assert(false) for things that should never happen 2021-01-31 11:28:52 -05:00