summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-01-15 13:55:16 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-01-15 13:55:16 +0000
commit054aa5274b6b3ca17feee26b977023e561050014 (patch)
tree1a794d329e0747c9c810ea0f51843dbeec6c9a04
parent350adace842e37ab81c345c76576b5dcf15f82c1 (diff)
downloadATCD-054aa5274b6b3ca17feee26b977023e561050014.tar.gz
removed a stderr printout
-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);