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
1ee80796
"googlemock/docs/cook_book.md" did not exist on "ec19d455bc1224fc2ca8c43d4a0e3d528a7e2a26"
Commit
1ee80796
authored
Aug 21, 2017
by
Maurice Gilden
Browse files
Remove unused variable
parent
3cf65b5d
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 @
1ee80796
...
@@ -223,7 +223,6 @@ TEST(NiceMockTest, ThrowsExceptionForUnknownReturnTypes) {
...
@@ -223,7 +223,6 @@ TEST(NiceMockTest, ThrowsExceptionForUnknownReturnTypes) {
nice_foo
.
ReturnNonDefaultConstructible
();
nice_foo
.
ReturnNonDefaultConstructible
();
FAIL
();
FAIL
();
}
catch
(
const
std
::
runtime_error
&
ex
)
{
}
catch
(
const
std
::
runtime_error
&
ex
)
{
const
std
::
string
exception_msg
(
ex
.
what
());
EXPECT_THAT
(
ex
.
what
(),
HasSubstr
(
"ReturnNonDefaultConstructible"
));
EXPECT_THAT
(
ex
.
what
(),
HasSubstr
(
"ReturnNonDefaultConstructible"
));
}
}
#else
#else
...
...
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