mirror of
https://github.com/catchorg/Catch2.git
synced 2025-05-24 21:49:24 +00:00
Moved Catch NotImplementedException out of the common include path
We could probably toss it away completely, currently it is used only by TeamCity reporter.
This commit is contained in:
parent
4332b84c9b
commit
91c1556078
4 changed files with 5 additions and 11 deletions
|
@ -16,6 +16,10 @@
|
|||
#pragma clang diagnostic ignored "-Wweak-vtables"
|
||||
#endif
|
||||
|
||||
|
||||
#include "internal/catch_notimplemented_exception.h"
|
||||
|
||||
|
||||
// Temporary hack to fix separately provided reporters
|
||||
#include "../reporters/catch_reporter_bases.hpp"
|
||||
#include "catch_reporter_registrars.hpp"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue