Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
P
protobuf
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
protobuf
Commits
db4b5830
Commit
db4b5830
authored
Apr 28, 2009
by
kenton@google.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Protect a new death test with GTEST_HAS_DEATH_TEST, since MinGW doesn't support it.
parent
50ede8ba
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
extension_set_unittest.cc
src/google/protobuf/extension_set_unittest.cc
+4
-0
No files found.
src/google/protobuf/extension_set_unittest.cc
View file @
db4b5830
...
...
@@ -465,6 +465,8 @@ TEST(ExtensionSetTest, SpaceUsedExcludingSelf) {
}
}
#ifdef GTEST_HAS_DEATH_TEST
TEST
(
ExtensionSetTest
,
InvalidEnumDeath
)
{
unittest
::
TestAllExtensions
message
;
EXPECT_DEBUG_DEATH
(
...
...
@@ -473,6 +475,8 @@ TEST(ExtensionSetTest, InvalidEnumDeath) {
"IsValid"
);
}
#endif GTEST_HAS_DEATH_TEST
}
// namespace
}
// namespace internal
}
// namespace protobuf
...
...
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