Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
yangql
googletest
Commits
5fe52336
Commit
5fe52336
authored
Oct 11, 2019
by
Joshua Cannon
Browse files
Removing extraneous test
parent
fe112cfe
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
googlemock/test/gmock-pp_test.cc
googlemock/test/gmock-pp_test.cc
+0
-1
No files found.
googlemock/test/gmock-pp_test.cc
View file @
5fe52336
...
@@ -27,7 +27,6 @@ static_assert(
...
@@ -27,7 +27,6 @@ static_assert(
static_assert
(
static_assert
(
GMOCK_PP_HAS_COMMA
(
GMOCK_TEST_REPLACE_comma_WITH_COMMA
(
comma
(
unrelated
))),
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
(,
),
""
);
static_assert
(
!
GMOCK_PP_IS_EMPTY
(
a
),
""
);
static_assert
(
!
GMOCK_PP_IS_EMPTY
(
a
),
""
);
static_assert
(
!
GMOCK_PP_IS_EMPTY
(()),
""
);
static_assert
(
!
GMOCK_PP_IS_EMPTY
(()),
""
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment