blob: 69ceeb16b5f449a5cbc9fd7d298e99941d0dff26 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
#ifndef NVIM_TESTING_H
#define NVIM_TESTING_H
#include "nvim/eval/typval_defs.h"
#ifdef INCLUDE_GENERATED_DECLARATIONS
# include "testing.h.generated.h"
#endif
#endif // NVIM_TESTING_H
|