Files
neovim/src/nvim/testing.h

11 lines
212 B
C

#ifndef NVIM_TESTING_H
#define NVIM_TESTING_H
#include "nvim/eval/funcs.h"
#include "nvim/eval/typval.h"
#ifdef INCLUDE_GENERATED_DECLARATIONS
# include "testing.h.generated.h"
#endif
#endif // NVIM_TESTING_H