summaryrefslogtreecommitdiffstats
path: root/googlemock/test/gmock-pp_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'googlemock/test/gmock-pp_test.cc')
-rw-r--r--googlemock/test/gmock-pp_test.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/googlemock/test/gmock-pp_test.cc b/googlemock/test/gmock-pp_test.cc
index aa3f2dd..96b7b26 100644
--- a/googlemock/test/gmock-pp_test.cc
+++ b/googlemock/test/gmock-pp_test.cc
@@ -27,7 +27,6 @@ static_assert(
static_assert(
GMOCK_PP_HAS_COMMA(GMOCK_TEST_REPLACE_comma_WITH_COMMA(comma(unrelated))),
"");
-static_assert(GMOCK_PP_HAS_COMMA((, )), "");
static_assert(!GMOCK_PP_IS_EMPTY(, ), "");
static_assert(!GMOCK_PP_IS_EMPTY(a), "");
static_assert(!GMOCK_PP_IS_EMPTY(()), "");