0
0
mirror of https://github.com/google/googletest.git synced 2025-03-20 19:03:48 +00:00

Remove empty glob pattern, which is now an error.

It look like this may be a copy-paste bug from the root BUILD file.

PiperOrigin-RevId: 724062332
Change-Id: I8eda2275d996dd14693aee569254db28d9bc4f9d
This commit is contained in:
Derek Mauro 2025-02-06 13:51:49 -08:00 committed by Copybara-Service
parent e235eb34c6
commit e5443e5c65

View File

@ -45,7 +45,6 @@ cc_test(
"gtest-*.cc",
"googletest-*.cc",
"*.h",
"googletest/include/gtest/**/*.h",
],
exclude = [
"gtest-unittest-api_test.cc",