mirror of
https://github.com/catchorg/Catch2.git
synced 2025-05-24 13:39:24 +00:00
Moved catch_test_spec.h to catch_test_spec.hpp
This commit is contained in:
parent
ae75b3774a
commit
b1e7d161b5
9 changed files with 114 additions and 131 deletions
|
@ -13,7 +13,7 @@
|
|||
#pragma clang diagnostic ignored "-Wpadded"
|
||||
#endif
|
||||
|
||||
#include "catch_test_spec.h"
|
||||
#include "catch_test_spec.hpp"
|
||||
|
||||
namespace Catch {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue