summaryrefslogtreecommitdiff
path: root/ACE/tests/Time_Value_Test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/tests/Time_Value_Test.cpp')
-rw-r--r--ACE/tests/Time_Value_Test.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/ACE/tests/Time_Value_Test.cpp b/ACE/tests/Time_Value_Test.cpp
index 764b23f406d..13fd8fe3bda 100644
--- a/ACE/tests/Time_Value_Test.cpp
+++ b/ACE/tests/Time_Value_Test.cpp
@@ -227,10 +227,6 @@ run_main (int, ACE_TCHAR *[])
ACE_ASSERT (tv7 == tv8); // That's right! See above . . .
ACE_ASSERT (tv9 == tv6);
- ACE_Time_Value tv10 (1);
-
- ACE_ASSERT (tv10.sec() == 1);
-
// test multiplication by double
// test simple multiplication
tv1.set (1, 1);