Standardize matcher headers to use .hpp suffix
This commit is contained in:
parent
64d7f9b98a
commit
c2daf468bb
22 changed files with 33 additions and 33 deletions
|
@ -5,7 +5,7 @@
|
|||
|
||||
#include <catch2/catch_approx.h>
|
||||
#include <catch2/catch_test_macros.hpp>
|
||||
#include <catch2/matchers/catch_matchers_string.h>
|
||||
#include <catch2/matchers/catch_matchers_string.hpp>
|
||||
#include <catch2/catch_test_spec_parser.h>
|
||||
#include <catch2/catch_test_case_info.h>
|
||||
#include <catch2/catch_config.hpp>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue