Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
Kea
Commits
54ae641d
Commit
54ae641d
authored
Oct 25, 2012
by
Mukund Sivaraman
Browse files
[2236] Remove obsolete comment
parent
1d4d9e79
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/util/threads/tests/lock_unittest.cc
View file @
54ae641d
...
@@ -32,8 +32,6 @@ namespace {
...
@@ -32,8 +32,6 @@ namespace {
// throw. This test will complete properly only when pthread debugging
// throw. This test will complete properly only when pthread debugging
// facilities are enabled by configuring the code for debug build.
// facilities are enabled by configuring the code for debug build.
TEST
(
MutexTest
,
lockMultiple
)
{
TEST
(
MutexTest
,
lockMultiple
)
{
// TODO: Once we support non-debug mutexes, disable the test if we compile
// with them.
Mutex
mutex
;
Mutex
mutex
;
EXPECT_FALSE
(
mutex
.
locked
());
// Debug-only build
EXPECT_FALSE
(
mutex
.
locked
());
// Debug-only build
...
...
Write
Preview
Supports
Markdown
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