From dbb1550aaf9223d85636b863468ba82d182c088b Mon Sep 17 00:00:00 2001 From: Jędrzej Boczar Date: Thu, 22 Apr 2021 23:46:30 +0200 Subject: tests/indent: move common code out of main lua/ directory --- tests/indent/cpp_spec.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/indent/cpp_spec.lua') diff --git a/tests/indent/cpp_spec.lua b/tests/indent/cpp_spec.lua index 261c00499..b3a7e7454 100644 --- a/tests/indent/cpp_spec.lua +++ b/tests/indent/cpp_spec.lua @@ -1,5 +1,5 @@ -local whole_file = require('nvim-treesitter.test_utils').indent_whole_file -local new_line = require('nvim-treesitter.test_utils').indent_new_line +local whole_file = require('tests.indent.common').indent_whole_file +local new_line = require('tests.indent.common').indent_new_line local scan_dir = require('plenary.scandir').scan_dir local Path = require('plenary.path') -- cgit v1.2.3-70-g09d2