summaryrefslogtreecommitdiff
path: root/tests/Time_Value_Test.cpp
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2005-01-21 02:19:20 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2005-01-21 02:19:20 +0000
commit5ed73f5e12b9f2b29a64bbeb59ef5e02e2ed82b2 (patch)
treec0bb0eb13dfd8efbb8228ba705798e4742d786d7 /tests/Time_Value_Test.cpp
parent1ae2604067857ec3dfcffdf365127a153a4161e0 (diff)
downloadATCD-5ed73f5e12b9f2b29a64bbeb59ef5e02e2ed82b2.tar.gz
ChangeLogTag:Thu Jan 20 18:18:00 2005 Ossama Othman <ossama@dre.vanderbilt.edu>
Diffstat (limited to 'tests/Time_Value_Test.cpp')
-rw-r--r--tests/Time_Value_Test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Time_Value_Test.cpp b/tests/Time_Value_Test.cpp
index e4f302ce376..fd77f41714b 100644
--- a/tests/Time_Value_Test.cpp
+++ b/tests/Time_Value_Test.cpp
@@ -190,7 +190,7 @@ run_main (int, ACE_TCHAR *[])
ACE_Time_Value tv4 (1, 1000000);
ACE_Time_Value tv5 (2UL);
ACE_Time_Value tv6 (1, -1000000);
- ACE_Time_Value tv7 (ACE_static_cast (long, 2.0));
+ ACE_Time_Value tv7 (static_cast<long> (2.0));
// Beware! 2.5 gets truncated to 2!
// NOTE: this is intended to show what happens with