2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-09-03 15:35:17 +00:00

[2236] Remove obsolete comment

This commit is contained in:
Mukund Sivaraman
2012-10-25 07:04:08 +05:30
parent 1d4d9e796c
commit 54ae641d1c

View File

@@ -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