Split TestFailureException into its own header

This commit is contained in:
Martin Hořeňovský 2020-11-27 18:08:37 +01:00
parent 72525a3053
commit e7740316e3
No known key found for this signature in database
GPG key ID: DE48307B8B0D381A
7 changed files with 23 additions and 2 deletions

View file

@ -15,7 +15,6 @@
namespace Catch {
struct TestFailureException{};
struct AssertionResultData;
struct IResultCapture;
class RunContext;