mirror of
https://github.com/neovim/neovim.git
synced 2026-04-20 22:35:33 +00:00
fix(tui): log chdir failure properly #37591
This commit is contained in:
@@ -10,7 +10,7 @@ before_each(clear)
|
||||
describe('ffi.cdef', function()
|
||||
it('can use Neovim core functions', function()
|
||||
if not exec_lua("return pcall(require, 'ffi')") then
|
||||
pending('missing LuaJIT FFI')
|
||||
pending('N/A: missing LuaJIT FFI')
|
||||
end
|
||||
|
||||
eq(
|
||||
|
||||
Reference in New Issue
Block a user