Standardize matcher headers to use .hpp suffix

This commit is contained in:
Martin Hořeňovský 2020-03-01 19:59:18 +01:00
parent 64d7f9b98a
commit c2daf468bb
No known key found for this signature in database
GPG key ID: DE48307B8B0D381A
22 changed files with 33 additions and 33 deletions

View file

@ -1,5 +1,5 @@
#include <catch2/catch_enum_values_registry.h>
#include <catch2/matchers/catch_matchers_vector.h>
#include <catch2/matchers/catch_matchers_vector.hpp>
#include <catch2/catch_test_macros.hpp>
enum class EnumClass3 { Value1, Value2, Value3, Value4 };