diff options
Diffstat (limited to 'test/unit/helpers.moon')
-rw-r--r-- | test/unit/helpers.moon | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit/helpers.moon b/test/unit/helpers.moon index 8acbe8f992..84dfeb20e9 100644 --- a/test/unit/helpers.moon +++ b/test/unit/helpers.moon @@ -84,7 +84,7 @@ cimport = (...) -> cppimport = (path) -> return cimport Paths.test_include_path .. '/' .. path -cimport './src/types.h' +cimport './src/nvim/types.h' -- take a pointer to a C-allocated string and return an interned -- version while also freeing the memory |