diff --git a/googletest/src/gtest.cc b/googletest/src/gtest.cc index ac90786a0..eeefe8d22 100644 --- a/googletest/src/gtest.cc +++ b/googletest/src/gtest.cc @@ -264,6 +264,7 @@ 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),