Skip to content
Snippets Groups Projects

Fix use of Boost unit test framework in AttribStringParser_test

Merged Marco Clemencic requested to merge clemenci-master-patch-62048 into master
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
/***********************************************************************************\
* (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;
Loading