diff options
Diffstat (limited to 'cpp/test/IceUtil/thread/RWRecMutexTest.cpp')
-rw-r--r-- | cpp/test/IceUtil/thread/RWRecMutexTest.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/test/IceUtil/thread/RWRecMutexTest.cpp b/cpp/test/IceUtil/thread/RWRecMutexTest.cpp index 946834a022d..738d94d7d22 100644 --- a/cpp/test/IceUtil/thread/RWRecMutexTest.cpp +++ b/cpp/test/IceUtil/thread/RWRecMutexTest.cpp @@ -853,6 +853,7 @@ RWRecMutexTest::run() // until the thread is destroyed. t2 should not have the write // lock. // + test(!t1->failed()); test(t1->waitHasWriteLock()); test(!t2->hasWriteLock()); t1->destroy(); |