summaryrefslogtreecommitdiff
path: root/cpp/src/tests/echotest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/tests/echotest.cpp')
-rw-r--r--cpp/src/tests/echotest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/tests/echotest.cpp b/cpp/src/tests/echotest.cpp
index dcb1869e4d..5114ab883d 100644
--- a/cpp/src/tests/echotest.cpp
+++ b/cpp/src/tests/echotest.cpp
@@ -64,7 +64,7 @@ struct Args : public qpid::Options,
uint64_t current_time()
{
- Duration t(now());
+ Duration t(EPOCH, now());
return t;
}