mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-22 21:36:11 +01:00
Move include of catch_enforce out of the reporter bases
This commit is contained in:
parent
db148c42d7
commit
70836d49ba
@ -8,7 +8,6 @@
|
|||||||
#ifndef TWOBLUECUBES_CATCH_REPORTER_BASES_HPP_INCLUDED
|
#ifndef TWOBLUECUBES_CATCH_REPORTER_BASES_HPP_INCLUDED
|
||||||
#define TWOBLUECUBES_CATCH_REPORTER_BASES_HPP_INCLUDED
|
#define TWOBLUECUBES_CATCH_REPORTER_BASES_HPP_INCLUDED
|
||||||
|
|
||||||
#include <catch2/catch_enforce.h>
|
|
||||||
#include <catch2/catch_interfaces_reporter.h>
|
#include <catch2/catch_interfaces_reporter.h>
|
||||||
|
|
||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
|
@ -5,9 +5,9 @@
|
|||||||
|
|
||||||
#include <catch2/reporters/catch_reporter_teamcity.hpp>
|
#include <catch2/reporters/catch_reporter_teamcity.hpp>
|
||||||
|
|
||||||
|
#include <catch2/catch_enforce.h>
|
||||||
#include <catch2/catch_text.h>
|
#include <catch2/catch_text.h>
|
||||||
|
|
||||||
|
|
||||||
namespace Catch {
|
namespace Catch {
|
||||||
|
|
||||||
namespace {
|
namespace {
|
||||||
|
Loading…
Reference in New Issue
Block a user