Skip to content

Commit

Permalink
fix: debug build (#4666)
Browse files Browse the repository at this point in the history
  • Loading branch information
ludamad committed Feb 19, 2024
1 parent fa67330 commit acc27b1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ void sqr(State& state) noexcept
}
BENCHMARK(sqr);
} // namespace
#endif

// NOLINTNEXTLINE macro invocation triggers style guideline errors from googletest code
BENCHMARK_MAIN();
#endif

0 comments on commit acc27b1

Please sign in to comment.