diff options
author | Abseil Team <absl-team@google.com> | 2024-08-29 15:16:49 (GMT) |
---|---|---|
committer | Copybara-Service <copybara-worker@google.com> | 2024-08-29 15:17:22 (GMT) |
commit | 0953a17a4281fc26831da647ad3fcd5e21e6473b (patch) | |
tree | 2e241f2f9d33c3b3e4516ff0f7cdfc2fbc87e947 | |
parent | ff233bdd4cac0a0bf6e5cd45bda3406814cb2796 (diff) | |
download | googletest-0953a17a4281fc26831da647ad3fcd5e21e6473b.zip googletest-0953a17a4281fc26831da647ad3fcd5e21e6473b.tar.gz googletest-0953a17a4281fc26831da647ad3fcd5e21e6473b.tar.bz2 |
Automated Code Change
PiperOrigin-RevId: 668944316
Change-Id: I65aa0a4f3b8a980242849963a3e921ec7fd92b28
-rw-r--r-- | googlemock/test/gmock-pp_test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/googlemock/test/gmock-pp_test.cc b/googlemock/test/gmock-pp_test.cc index 5d1566e..e447f76 100644 --- a/googlemock/test/gmock-pp_test.cc +++ b/googlemock/test/gmock-pp_test.cc @@ -70,7 +70,7 @@ static_assert(GMOCK_PP_INTERNAL_VAR_TEST(x, y) == 2, ""); static_assert(GMOCK_PP_INTERNAL_VAR_TEST(silly) == 1, ""); static_assert(GMOCK_PP_INTERNAL_VAR_TEST(x, y, z) == 3, ""); -// TODO(iserna): The following asserts fail in --config=lexan. +// TODO(iserna): The following asserts fail in --config=windows. #define GMOCK_PP_INTERNAL_IS_EMPTY_TEST_1 static_assert(GMOCK_PP_IS_EMPTY(GMOCK_PP_INTERNAL_IS_EMPTY_TEST_1), ""); static_assert(GMOCK_PP_IS_EMPTY(), ""); |