summaryrefslogtreecommitdiff
path: root/test/buildtool/storage/large_object_cas.test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/buildtool/storage/large_object_cas.test.cpp')
-rw-r--r--test/buildtool/storage/large_object_cas.test.cpp2
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");