mirror of
https://github.com/catchorg/Catch2.git
synced 2025-05-24 13:39:24 +00:00
Changed relative #includes and made SourceLineInfo sortable (added < op)
This commit is contained in:
parent
7f5615272b
commit
5eb7748a55
7 changed files with 9 additions and 5 deletions
|
@ -16,7 +16,7 @@
|
|||
#pragma clang diagnostic ignored "-Wweak-vtables"
|
||||
#endif
|
||||
|
||||
#include "catch_runner.hpp"
|
||||
#include "../catch_runner.hpp"
|
||||
#include "catch_registry_hub.hpp"
|
||||
#include "catch_notimplemented_exception.hpp"
|
||||
#include "catch_context_impl.hpp"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue