diff options
author | Abseil Team <absl-team@google.com> | 2021-07-21 18:14:36 (GMT) |
---|---|---|
committer | CJ Johnson <johnsoncj@google.com> | 2021-07-22 18:53:50 (GMT) |
commit | ce4895aae87d3cdad8677f6f888abceea6bb5bdc (patch) | |
tree | 5903ce5cccf95254ed31e3b4e4b08332d2669022 /googletest/test | |
parent | 8d6a4f8afe763e1537b0e00d1af287bafe1b6b50 (diff) | |
download | googletest-ce4895aae87d3cdad8677f6f888abceea6bb5bdc.zip googletest-ce4895aae87d3cdad8677f6f888abceea6bb5bdc.tar.gz googletest-ce4895aae87d3cdad8677f6f888abceea6bb5bdc.tar.bz2 |
Googletest export
Fix include guards in gen_pred_test.py
PiperOrigin-RevId: 386052814
Diffstat (limited to 'googletest/test')
-rw-r--r-- | googletest/test/gtest_pred_impl_unittest.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/googletest/test/gtest_pred_impl_unittest.cc b/googletest/test/gtest_pred_impl_unittest.cc index bbef994..de9e054 100644 --- a/googletest/test/gtest_pred_impl_unittest.cc +++ b/googletest/test/gtest_pred_impl_unittest.cc @@ -27,7 +27,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -// This file is AUTOMATICALLY GENERATED on 11/05/2019 by command +// This file is AUTOMATICALLY GENERATED on 07/21/2021 by command // 'gen_gtest_pred_impl.py 5'. DO NOT EDIT BY HAND! // Regression test for gtest_pred_impl.h |