diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2022-06-28 13:35:56 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-28 13:35:56 +0200 |
commit | e0f605bfd8b40b45a7efc88ffa0ee6b4a8a3307a (patch) | |
tree | 7714844409ed8d84f5f408590b1d7cb82bfd5f0b /test/functional | |
parent | 9e1474409934cda19e17d41a876415fc25022dce (diff) | |
parent | 4c0c6f8428681c7ceef1148abe40b7d06079449c (diff) | |
download | rneovim-e0f605bfd8b40b45a7efc88ffa0ee6b4a8a3307a.tar.gz rneovim-e0f605bfd8b40b45a7efc88ffa0ee6b4a8a3307a.tar.bz2 rneovim-e0f605bfd8b40b45a7efc88ffa0ee6b4a8a3307a.zip |
Merge #19120 build: rename build-related dirs
Diffstat (limited to 'test/functional')
-rw-r--r-- | test/functional/shada/shada_spec.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/shada/shada_spec.lua b/test/functional/shada/shada_spec.lua index ff63aed235..d10a2facbb 100644 --- a/test/functional/shada/shada_spec.lua +++ b/test/functional/shada/shada_spec.lua @@ -7,7 +7,7 @@ local write_file, spawn, set_session, nvim_prog, exc_exec = helpers.exc_exec local lfs = require('lfs') -local paths = require('test.config.paths') +local paths = require('test.cmakeconfig.paths') local mpack = require('mpack') |