diff options
Diffstat (limited to 'test/unit/garray.moon')
-rw-r--r-- | test/unit/garray.moon | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit/garray.moon b/test/unit/garray.moon index 2a1472e09c..245245e33b 100644 --- a/test/unit/garray.moon +++ b/test/unit/garray.moon @@ -1,6 +1,6 @@ {:cimport, :internalize, :eq, :neq, :ffi, :lib, :cstr, :to_cstr} = require 'test.unit.helpers' -garray = cimport './src/garray.h' +garray = cimport './src/nvim/garray.h' -- handy constants NULL = ffi.cast 'void*', 0 |