summaryrefslogtreecommitdiff
path: root/cpp/test/IceUtil/thread/MonitorRecMutexTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/test/IceUtil/thread/MonitorRecMutexTest.cpp')
-rw-r--r--cpp/test/IceUtil/thread/MonitorRecMutexTest.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/test/IceUtil/thread/MonitorRecMutexTest.cpp b/cpp/test/IceUtil/thread/MonitorRecMutexTest.cpp
index ce9264aca63..59e64e7ca0b 100644
--- a/cpp/test/IceUtil/thread/MonitorRecMutexTest.cpp
+++ b/cpp/test/IceUtil/thread/MonitorRecMutexTest.cpp
@@ -183,9 +183,9 @@ MonitorRecMutexTest::run()
control.join();
control2.join();
- // TEST: timedwait
+ // TEST: timedWait
{
Monitor<RecMutex>::Lock lock(monitor);
- test(!monitor.timedwait(500));
+ test(!monitor.timedWait(500));
}
}