Skip to content

Commit

Permalink
switch to catch2 v3
Browse files Browse the repository at this point in the history
  • Loading branch information
mhekkel committed Feb 5, 2025
1 parent 54fa209 commit aad70b9
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions test/unit-test-dssp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,7 @@ int main(int argc, char *argv[])
Catch::Session session; // There must be exactly one instance

// Build a new parser on top of Catch2's
#if CATCH22
using namespace Catch::clara;
#else
// Build a new parser on top of Catch2's
using namespace Catch::Clara;
#endif

std::filesystem::path rsrc_dir;

Expand Down

0 comments on commit aad70b9

Please sign in to comment.