From 41d7166c8a598b604aad6c6b1d88ad46e23be247 Mon Sep 17 00:00:00 2001 From: Kiminuo Date: Thu, 11 Jun 2020 08:58:46 +0200 Subject: refactor: replace boost::filesystem with std::filesystem Warning: Replacing fs::system_complete calls with fs::absolute calls in this commit may cause minor changes in behaviour because fs::absolute no longer strips trailing slashes; however these changes are believed to be safe. Co-authored-by: Russell Yanofsky Co-authored-by: Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> --- src/test/script_tests.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/test/script_tests.cpp') diff --git a/src/test/script_tests.cpp b/src/test/script_tests.cpp index 4906bd2386..c453f22594 100644 --- a/src/test/script_tests.cpp +++ b/src/test/script_tests.cpp @@ -24,7 +24,8 @@ #include