From ad24e87ff3fae0a965a1a6317b065793be7b45c7 Mon Sep 17 00:00:00 2001 From: Marco Clemencic <marco.clemencic@cern.ch> Date: Thu, 2 Feb 2023 12:39:41 +0100 Subject: [PATCH] Fix use of Boost unit test framework in AttribStringParser_test --- GaudiKernel/tests/src/test_AttribStringParser.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/GaudiKernel/tests/src/test_AttribStringParser.cpp b/GaudiKernel/tests/src/test_AttribStringParser.cpp index ee5b6c90e..9632db62f 100644 --- a/GaudiKernel/tests/src/test_AttribStringParser.cpp +++ b/GaudiKernel/tests/src/test_AttribStringParser.cpp @@ -1,5 +1,5 @@ /***********************************************************************************\ -* (c) Copyright 1998-2019 CERN for the benefit of the LHCb and ATLAS collaborations * +* (c) Copyright 1998-2023 CERN for the benefit of the LHCb and ATLAS collaborations * * * * This software is distributed under the terms of the Apache version 2 licence, * * copied verbatim in the file "LICENSE". * @@ -17,7 +17,7 @@ #include <boost/regex.hpp> #define BOOST_TEST_MODULE AttribStringParser_test -#include <boost/test/included/unit_test.hpp> +#include <boost/test/unit_test.hpp> BOOST_AUTO_TEST_CASE( test_case ) { using Gaudi::Utils::AttribStringParser; -- GitLab