aboutsummaryrefslogtreecommitdiff
path: root/boost
diff options
context:
space:
mode:
Diffstat (limited to 'boost')
-rw-r--r--boost/oracle/date-time/driver.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/boost/oracle/date-time/driver.cxx b/boost/oracle/date-time/driver.cxx
index f74f3cd..7c1733e 100644
--- a/boost/oracle/date-time/driver.cxx
+++ b/boost/oracle/date-time/driver.cxx
@@ -54,7 +54,7 @@ main (int argc, char* argv[])
o.times.push_back (min_date_time);
o.times.push_back (ptime (max_date_time));
- o.durations.push_back (time_duration (1, 2, 3));
+ o.durations.push_back (time_duration (1, 2, 3, 123456));
o.durations.push_back (time_duration (-1, 2, 3));
o.durations.push_back (not_a_date_time);