Skip to content

Commit 0953a17

Browse files
Abseil Teamcopybara-github
Abseil Team
authored andcommitted
Automated Code Change
PiperOrigin-RevId: 668944316 Change-Id: I65aa0a4f3b8a980242849963a3e921ec7fd92b28
1 parent ff233bd commit 0953a17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

googlemock/test/gmock-pp_test.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ static_assert(GMOCK_PP_INTERNAL_VAR_TEST(x, y) == 2, "");
7070
static_assert(GMOCK_PP_INTERNAL_VAR_TEST(silly) == 1, "");
7171
static_assert(GMOCK_PP_INTERNAL_VAR_TEST(x, y, z) == 3, "");
7272

73-
// TODO(iserna): The following asserts fail in --config=lexan.
73+
// TODO(iserna): The following asserts fail in --config=windows.
7474
#define GMOCK_PP_INTERNAL_IS_EMPTY_TEST_1
7575
static_assert(GMOCK_PP_IS_EMPTY(GMOCK_PP_INTERNAL_IS_EMPTY_TEST_1), "");
7676
static_assert(GMOCK_PP_IS_EMPTY(), "");

0 commit comments

Comments
 (0)