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 c40f623
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/catch2/catch2_bench.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#include "fib.hpp"
#define CATCH_CONFIG_MAIN
#include <catch2/catch.hpp>
#include <catch2/catch_test_macros.hpp>
#include <catch2/benchmark/catch_benchmark.hpp>

TEST_CASE("Fibonacci") {

Expand Down

0 comments on commit c40f623

Please sign in to comment.