summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/Time_Value_Test.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/Time_Value_Test.cpp b/tests/Time_Value_Test.cpp
index 8ce1245334f..dcbf1b38dcc 100644
--- a/tests/Time_Value_Test.cpp
+++ b/tests/Time_Value_Test.cpp
@@ -118,9 +118,6 @@ test_ace_u_longlong (void)
(ACE_U_LongLong) (ull6 / 0x10000u / 0xd),
0, 0x13b04ec4);
- ACE_OS::fprintf (stderr, "%lx\n",
- (0xffffffffu - 0xd0000 + 1) / 0xd0000 * 0xfff4 + 0xfff4 + 0x20 / 0xd0000 + ((0xffffffffu - 0xd0000 + 1) % 0xd0000 * 0));
-
errors += check_ace_u_longlong ("ull6 % 5",
(ACE_U_LongLong) (ull6 % 5),
0, 1);