mirror of
https://github.com/catchorg/Catch2.git
synced 2025-12-18 08:02:13 +01:00
Fixing paths in SelfTest
This commit is contained in:
@@ -7,10 +7,10 @@
|
||||
*/
|
||||
|
||||
#include "catch.hpp"
|
||||
#include "internal/catch_test_spec_parser.h"
|
||||
#include "internal/catch_test_case_info.h"
|
||||
#include "internal/catch_config.hpp"
|
||||
#include "internal/catch_commandline.h"
|
||||
#include "catch_test_spec_parser.h"
|
||||
#include "catch_test_case_info.h"
|
||||
#include "catch_config.hpp"
|
||||
#include "catch_commandline.h"
|
||||
|
||||
#ifdef __clang__
|
||||
# pragma clang diagnostic ignored "-Wc++98-compat"
|
||||
|
||||
Reference in New Issue
Block a user