summaryrefslogtreecommitdiff
path: root/test/buildtool/file_system/resolve_symlinks_map.test.cpp
diff options
context:
space:
mode:
authorPaul Cristian Sarbu <paul.cristian.sarbu@huawei.com>2025-02-06 17:33:09 +0100
committerPaul Cristian Sarbu <paul.cristian.sarbu@huawei.com>2025-02-14 18:17:07 +0100
commit7bbb182de03960e78964b575c87f8d9c85887923 (patch)
treed9b03947bb1089ccc09807e6cebda1fb1c82befa /test/buildtool/file_system/resolve_symlinks_map.test.cpp
parentc33435b85f94b2403f5a782a5f2eb12d5de57772 (diff)
downloadjustbuild-7bbb182de03960e78964b575c87f8d9c85887923.tar.gz
code structure: rename symlinks_map folder to symlinks
...to remove the unnecessary link between folder name and the logic of resolve_symlinks_map.
Diffstat (limited to 'test/buildtool/file_system/resolve_symlinks_map.test.cpp')
-rw-r--r--test/buildtool/file_system/resolve_symlinks_map.test.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/buildtool/file_system/resolve_symlinks_map.test.cpp b/test/buildtool/file_system/resolve_symlinks_map.test.cpp
index c6e69f65..55ebe520 100644
--- a/test/buildtool/file_system/resolve_symlinks_map.test.cpp
+++ b/test/buildtool/file_system/resolve_symlinks_map.test.cpp
@@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.
-#include "src/buildtool/file_system/symlinks_map/resolve_symlinks_map.hpp"
+#include "src/buildtool/file_system/symlinks/resolve_symlinks_map.hpp"
#include <atomic>
#include <cstddef>
@@ -28,7 +28,7 @@
#include "src/buildtool/file_system/file_system_manager.hpp"
#include "src/buildtool/file_system/git_cas.hpp"
#include "src/buildtool/file_system/object_type.hpp"
-#include "src/buildtool/file_system/symlinks_map/pragma_special.hpp"
+#include "src/buildtool/file_system/symlinks/pragma_special.hpp"
#include "src/buildtool/multithreading/task_system.hpp"
#include "test/utils/shell_quoting.hpp"