2
0
mirror of https://github.com/catchorg/Catch2 synced 2026-02-25 04:52:10 +00:00

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
7 changed files with 23 additions and 2 deletions

View File

@@ -10,6 +10,7 @@
#include <catch2/internal/catch_context.hpp>
#include <catch2/internal/catch_enforce.hpp>
#include <catch2/internal/catch_debugger.hpp>
#include <catch2/internal/catch_test_failure_exception.hpp>
#include <catch2/interfaces/catch_interfaces_registry_hub.hpp>
#include <catch2/internal/catch_run_context.hpp>
#include <catch2/matchers/catch_matchers_string.hpp>