From f10e11fb27301fba21caa71030bb5024e67aa135 Mon Sep 17 00:00:00 2001 From: Abseil Team Date: Fri, 5 Apr 2024 09:39:12 -0700 Subject: [PATCH] No external change PiperOrigin-RevId: 622203227 Change-Id: Ic3c24edf917dbda7b02c6ab8ce695398a436dc4c --- googletest/include/gtest/gtest-assertion-result.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/googletest/include/gtest/gtest-assertion-result.h b/googletest/include/gtest/gtest-assertion-result.h index 56fe128f..74eb2b1f 100644 --- a/googletest/include/gtest/gtest-assertion-result.h +++ b/googletest/include/gtest/gtest-assertion-result.h @@ -129,7 +129,7 @@ namespace testing { // // Expected: Foo() is even // Actual: it's 5 -// + class GTEST_API_ AssertionResult { public: // Copy constructor.