mirror of
https://github.com/catchorg/Catch2.git
synced 2025-06-05 03:17:59 +00:00
Changed all .hpp extensions to .h where there is now a corresponding .cpp
This commit is contained in:
parent
8c39f9a725
commit
c5608f0202
53 changed files with 55 additions and 55 deletions
|
@ -7,7 +7,7 @@
|
|||
*/
|
||||
|
||||
#include "catch.hpp"
|
||||
#include "internal/catch_test_spec_parser.hpp"
|
||||
#include "internal/catch_test_spec_parser.h"
|
||||
|
||||
#ifdef __clang__
|
||||
# pragma clang diagnostic ignored "-Wc++98-compat"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue