aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/unit/optionstr_spec.lua (renamed from test/unit/option_spec.lua)2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit/option_spec.lua b/test/unit/optionstr_spec.lua
index b3c3718035..f8122f4fe0 100644
--- a/test/unit/option_spec.lua
+++ b/test/unit/optionstr_spec.lua
@@ -4,7 +4,7 @@ local itp = helpers.gen_itp(it)
local to_cstr = helpers.to_cstr
local eq = helpers.eq
-local option = helpers.cimport("./src/nvim/option.h")
+local option = helpers.cimport("./src/nvim/optionstr.h")
local check_ff_value = function(ff)
return option.check_ff_value(to_cstr(ff))