1
0
mirror of https://github.com/google/benchmark.git synced 2025-04-29 22:40:33 +08:00
This commit is contained in:
Jesse Rosenstock 2023-08-24 13:23:27 +02:00
parent 4f08fe555b
commit 99304ac399

View File

@ -69,7 +69,7 @@ cc_library(
for test_src in glob(["*_gtest.cc"])
]
# Tests that do not gtest. These have their own `main` defined.
# Tests that do not use gtest. These have their own `main` defined.
[
cc_test(
name = test_src[:-len(".cc")],