aboutsummaryrefslogtreecommitdiff
path: root/test/helpers.lua
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2022-06-28 13:35:56 +0200
committerGitHub <noreply@github.com>2022-06-28 13:35:56 +0200
commite0f605bfd8b40b45a7efc88ffa0ee6b4a8a3307a (patch)
tree7714844409ed8d84f5f408590b1d7cb82bfd5f0b /test/helpers.lua
parent9e1474409934cda19e17d41a876415fc25022dce (diff)
parent4c0c6f8428681c7ceef1148abe40b7d06079449c (diff)
downloadrneovim-e0f605bfd8b40b45a7efc88ffa0ee6b4a8a3307a.tar.gz
rneovim-e0f605bfd8b40b45a7efc88ffa0ee6b4a8a3307a.tar.bz2
rneovim-e0f605bfd8b40b45a7efc88ffa0ee6b4a8a3307a.zip
Merge #19120 build: rename build-related dirs
Diffstat (limited to 'test/helpers.lua')
-rw-r--r--test/helpers.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/helpers.lua b/test/helpers.lua
index a1c3dfacd2..9a77ca1956 100644
--- a/test/helpers.lua
+++ b/test/helpers.lua
@@ -4,7 +4,7 @@ local assert = require('luassert')
local luv = require('luv')
local lfs = require('lfs')
local relpath = require('pl.path').relpath
-local Paths = require('test.config.paths')
+local Paths = require('test.cmakeconfig.paths')
assert:set_parameter('TableFormatLevel', 100)