Skip to content

Commit

Permalink
. rd Reformat with clang-format and/or update snippets
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jul 2, 2024
1 parent db01593 commit ef6e9c2
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions ApprovalTests/integrations/catch/Catch2v3Approvals.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@
#define APPROVAL_TESTS_INCLUDE_CPPS

#ifdef APPROVALS_CATCH2_V3_AMALGAMATED
// begin-snippet: required_header_for_catch_2_v3_amalgamated
#include "catch_amalgamated.hpp"
// end-snippet
// begin-snippet: required_header_for_catch_2_v3_amalgamated
#include "catch_amalgamated.hpp"
// end-snippet
#else
// begin-snippet: required_header_for_catch_2_v3
#include <catch2/reporters/catch_reporter_event_listener.hpp>
#include <catch2/catch_test_macros.hpp>
#include <catch2/reporters/catch_reporter_registrars.hpp>
#include <catch2/catch_test_case_info.hpp>
// end-snippet
// begin-snippet: required_header_for_catch_2_v3
#include <catch2/reporters/catch_reporter_event_listener.hpp>
#include <catch2/catch_test_macros.hpp>
#include <catch2/reporters/catch_reporter_registrars.hpp>
#include <catch2/catch_test_case_info.hpp>
// end-snippet
#endif

//namespace ApprovalTests {
Expand Down

0 comments on commit ef6e9c2

Please sign in to comment.