aboutsummaryrefslogtreecommitdiff
path: root/src/test/testutil.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/testutil.cpp')
-rw-r--r--src/test/testutil.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/test/testutil.cpp b/src/test/testutil.cpp
index 96ce4db2fe..591d0bf302 100644
--- a/src/test/testutil.cpp
+++ b/src/test/testutil.cpp
@@ -10,6 +10,6 @@
#include "fs.h"
-boost::filesystem::path GetTempPath() {
- return boost::filesystem::temp_directory_path();
+fs::path GetTempPath() {
+ return fs::temp_directory_path();
}