summaryrefslogtreecommitdiff
path: root/test/buildtool/graph_traverser/graph_traverser.test.hpp
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/graph_traverser/graph_traverser.test.hpp
parent73c00a4820097588c2dc0bd9a89d34a65de0084b (diff)
downloadjustbuild-e73494c2342ef83c35c404a5bab306aac828770c.tar.gz
catch2: bump to version 3.3.2
tests have been updated accordingly
Diffstat (limited to 'test/buildtool/graph_traverser/graph_traverser.test.hpp')
-rw-r--r--test/buildtool/graph_traverser/graph_traverser.test.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/buildtool/graph_traverser/graph_traverser.test.hpp b/test/buildtool/graph_traverser/graph_traverser.test.hpp
index b6dfbea4..c5ffb840 100644
--- a/test/buildtool/graph_traverser/graph_traverser.test.hpp
+++ b/test/buildtool/graph_traverser/graph_traverser.test.hpp
@@ -19,7 +19,7 @@
#include <sstream>
#include <utility>
-#include "catch2/catch.hpp"
+#include "catch2/catch_test_macros.hpp"
#include "src/buildtool/common/statistics.hpp"
#include "src/buildtool/file_system/file_system_manager.hpp"
#include "src/buildtool/file_system/jsonfs.hpp"