Skip to content

Commit

Permalink
fix: Catch2 v.3.5.0 changed output format [#241]
Browse files Browse the repository at this point in the history
* fix catch2_bench.cpp file
  • Loading branch information
ktrz committed May 19, 2024
1 parent fc8cd68 commit 65bdc48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/catch2/catch2_bench.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#include "fib.hpp"
#define CATCH_CONFIG_MAIN
#include <catch2/catch.hpp>
#include <catch2/catch_test_macros.hpp>

TEST_CASE("Fibonacci") {

Expand Down

0 comments on commit 65bdc48

Please sign in to comment.