aboutsummaryrefslogtreecommitdiff
path: root/test/unit/preprocess.lua
diff options
context:
space:
mode:
Diffstat (limited to 'test/unit/preprocess.lua')
-rw-r--r--test/unit/preprocess.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/unit/preprocess.lua b/test/unit/preprocess.lua
index c5fb62dce5..e356695c14 100644
--- a/test/unit/preprocess.lua
+++ b/test/unit/preprocess.lua
@@ -66,9 +66,9 @@ end
--- #include <stdio.h>
--- #include <math.h>
---
---- headerize({"vim.h", "memory.h"}, false)
+--- headerize({"vim_defs.h", "memory.h"}, false)
--- produces:
---- #include "vim.h"
+--- #include "vim_defs.h"
--- #include "memory.h"
--- @param headers string[]
--- @param global? boolean