aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/testing.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/testing.c')
-rw-r--r--src/nvim/testing.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/nvim/testing.c b/src/nvim/testing.c
index 5771ec4445..f0b84c0eab 100644
--- a/src/nvim/testing.c
+++ b/src/nvim/testing.c
@@ -3,9 +3,9 @@
// testing.c: Support for tests
+#include "nvim/eval.h"
#include "nvim/eval/encode.h"
#include "nvim/ex_docmd.h"
-#include "nvim/eval.h"
#include "nvim/os/os.h"
#include "nvim/testing.h"
@@ -559,4 +559,3 @@ void f_test_write_list_log(typval_T *const argvars, typval_T *const rettv, FunPt
}
list_write_log(fname);
}
-