Skip to content

Commit

Permalink
Suppress guard change for catch.hpp
Browse files Browse the repository at this point in the history
We don't want to change the header guard for catch.hpp.
  • Loading branch information
jbytheway committed Apr 13, 2020
1 parent a528967 commit dad99aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/catch/catch.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
* Distributed under the Boost Software License, Version 1.0. (See accompanying
* file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
*/
// NOLINTNEXTLINE(cata-header-guard)
#ifndef TWOBLUECUBES_SINGLE_INCLUDE_CATCH_HPP_INCLUDED
#define TWOBLUECUBES_SINGLE_INCLUDE_CATCH_HPP_INCLUDED
// start catch.hpp
Expand Down

0 comments on commit dad99aa

Please sign in to comment.