Skip to content

Commit

Permalink
remove fallback
Browse files Browse the repository at this point in the history
  • Loading branch information
dmah42 committed Jan 29, 2024
1 parent bfb2c96 commit 719e136
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/benchmark.cc
Original file line number Diff line number Diff line change
Expand Up @@ -752,7 +752,7 @@ std::string GetBenchmarkVersiom() {
#if defined(BENCHMARK_VERSION)
return {BENCHMARK_VERSION};
#else
return "hello, bazel!";
return "";
#endif
}

Expand Down

0 comments on commit 719e136

Please sign in to comment.