We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9c15b1 commit 46350a9Copy full SHA for 46350a9
test/benchmark_setup_teardown_cb_types_test.cc
@@ -24,7 +24,6 @@ void BM_DoSomething(benchmark::State& state) {
24
}
25
26
27
-
28
int main(int argc, char** argv) {
29
benchmark::Initialize(&argc, argv);
30
auto bm = benchmark::RegisterBenchmark("BM_CtrCopy", BM_DoSomething);
0 commit comments