summaryrefslogtreecommitdiff
path: root/libs/thread/test/util.inl
diff options
context:
space:
mode:
Diffstat (limited to 'libs/thread/test/util.inl')
-rw-r--r--libs/thread/test/util.inl4
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/thread/test/util.inl b/libs/thread/test/util.inl
index 5c761d506d..4f8dcbe5fc 100644
--- a/libs/thread/test/util.inl
+++ b/libs/thread/test/util.inl
@@ -28,8 +28,8 @@ inline boost::xtime delay(int secs, int msecs=0, int nsecs=0)
const int NANOSECONDS_PER_MILLISECOND = 1000000;
boost::xtime xt;
- if (boost::TIME_UTC != boost::xtime_get (&xt, boost::TIME_UTC))
- BOOST_ERROR ("boost::xtime_get != boost::TIME_UTC");
+ if (boost::TIME_UTC_ != boost::xtime_get (&xt, boost::TIME_UTC_))
+ BOOST_ERROR ("boost::xtime_get != boost::TIME_UTC_");
nsecs += xt.nsec;
msecs += nsecs / NANOSECONDS_PER_MILLISECOND;