summaryrefslogtreecommitdiffstats
path: root/lib/libcxx/utils/google-benchmark/test/link_main_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libcxx/utils/google-benchmark/test/link_main_test.cc')
-rw-r--r--lib/libcxx/utils/google-benchmark/test/link_main_test.cc8
1 files changed, 0 insertions, 8 deletions
diff --git a/lib/libcxx/utils/google-benchmark/test/link_main_test.cc b/lib/libcxx/utils/google-benchmark/test/link_main_test.cc
deleted file mode 100644
index 241ad5c3905..00000000000
--- a/lib/libcxx/utils/google-benchmark/test/link_main_test.cc
+++ /dev/null
@@ -1,8 +0,0 @@
-#include "benchmark/benchmark.h"
-
-void BM_empty(benchmark::State& state) {
- for (auto _ : state) {
- benchmark::DoNotOptimize(state.iterations());
- }
-}
-BENCHMARK(BM_empty);