diff options
author | Maksim Denisov <denisov.maksim@huawei.com> | 2025-02-14 16:15:05 +0100 |
---|---|---|
committer | Maksim Denisov <denisov.maksim@huawei.com> | 2025-03-24 09:14:22 +0100 |
commit | 6c009825cb320cc00531494985aa5fe7e0989971 (patch) | |
tree | da59ec4ea635e6460945c76c0f161f2f29214d0c /test/buildtool/storage | |
parent | bf185ababc1b97d2d2ab58de85449ffa7fd0b441 (diff) | |
download | justbuild-6c009825cb320cc00531494985aa5fe7e0989971.tar.gz |
TmpDir: minor refactoring
Diffstat (limited to 'test/buildtool/storage')
-rw-r--r-- | test/buildtool/storage/large_object_cas.test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/buildtool/storage/large_object_cas.test.cpp b/test/buildtool/storage/large_object_cas.test.cpp index 64dba3d6..9de22e9b 100644 --- a/test/buildtool/storage/large_object_cas.test.cpp +++ b/test/buildtool/storage/large_object_cas.test.cpp @@ -643,7 +643,7 @@ class TestFilesDirectory final { } private: - TmpDirPtr temp_directory_; + TmpDir::Ptr temp_directory_; explicit TestFilesDirectory() noexcept { auto test_dir = FileSystemManager::GetCurrentDirectory() / "tmp"; temp_directory_ = TmpDir::Create(test_dir / "tmp_space"); |