summaryrefslogtreecommitdiff
path: root/test/buildtool/file_system/file_root.test.cpp
diff options
context:
space:
mode:
authorAlberto Sartori <alberto.sartori@huawei.com>2023-03-15 13:02:35 +0100
committerAlberto Sartori <alberto.sartori@huawei.com>2023-03-15 14:36:44 +0100
commite73494c2342ef83c35c404a5bab306aac828770c (patch)
tree89cf80a176b1ea0729085879988cd1974d0e5fbd /test/buildtool/file_system/file_root.test.cpp
parent73c00a4820097588c2dc0bd9a89d34a65de0084b (diff)
downloadjustbuild-e73494c2342ef83c35c404a5bab306aac828770c.tar.gz
catch2: bump to version 3.3.2
tests have been updated accordingly
Diffstat (limited to 'test/buildtool/file_system/file_root.test.cpp')
-rw-r--r--test/buildtool/file_system/file_root.test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/buildtool/file_system/file_root.test.cpp b/test/buildtool/file_system/file_root.test.cpp
index 7ac1c680..1255a263 100644
--- a/test/buildtool/file_system/file_root.test.cpp
+++ b/test/buildtool/file_system/file_root.test.cpp
@@ -15,7 +15,7 @@
#include <atomic>
#include <thread>
-#include "catch2/catch.hpp"
+#include "catch2/catch_test_macros.hpp"
#include "src/buildtool/common/artifact_description.hpp"
#include "src/buildtool/file_system/file_root.hpp"
#include "test/utils/container_matchers.hpp"