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