The branch stable/14 has been updated by ngie: URL: https://cgit.FreeBSD.org/src/commit/?id=d1a607d8f008e64928a0525353c43be4bf08f476
commit d1a607d8f008e64928a0525353c43be4bf08f476 Author: Enji Cooper <[email protected]> AuthorDate: 2026-02-22 05:17:39 +0000 Commit: Enji Cooper <[email protected]> CommitDate: 2026-02-22 05:17:39 +0000 Revert "gtest.cc: declare fail_if_no_test_linked flag" This reverts commit 5a9164c4539dfea8e1120673b5da038c65b53958. --- contrib/googletest/googletest/src/gtest.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/contrib/googletest/googletest/src/gtest.cc b/contrib/googletest/googletest/src/gtest.cc index 0e32774bc6d1..09af15179f1f 100644 --- a/contrib/googletest/googletest/src/gtest.cc +++ b/contrib/googletest/googletest/src/gtest.cc @@ -263,7 +263,6 @@ GTEST_DEFINE_bool_( testing::GetDefaultFailFast()), "True if and only if a test failure should stop further test execution."); -GTEST_DECLARE_bool_(fail_if_no_test_linked); GTEST_DEFINE_bool_( fail_if_no_test_linked, testing::internal::BoolFromGTestEnv("fail_if_no_test_linked", false),
