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
0cefda77
Unverified
Commit
0cefda77
authored
Oct 16, 2018
by
Jonathan Wendeborn
Browse files
Removed last reference to internal::kDefault
parent
96d16157
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
googlemock/test/gmock-nice-strict_test.cc
googlemock/test/gmock-nice-strict_test.cc
+0
-1
No files found.
googlemock/test/gmock-nice-strict_test.cc
View file @
0cefda77
...
...
@@ -186,7 +186,6 @@ TEST(RawMockTest, InfoForUninterestingCall) {
TEST
(
RawMockTest
,
IsNaggy_IsNice_IsStrict
)
{
MockFoo
raw_foo
;
ASSERT_EQ
(
internal
::
kDefault
,
internal
::
kWarn
)
<<
"precondition"
;
EXPECT_TRUE
(
Mock
::
IsNaggy
(
&
raw_foo
));
EXPECT_FALSE
(
Mock
::
IsNice
(
&
raw_foo
));
EXPECT_FALSE
(
Mock
::
IsStrict
(
&
raw_foo
));
...
...
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