diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-12-12 22:02:42 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-12-12 22:02:42 +0000 |
commit | 2168b72f3318943095d831b8d890dd6a898c2b0d (patch) | |
tree | 79cac99f4ff57b35092f230f96fbf6484c8a01e6 /tests/Time_Value_Test.cpp | |
parent | ca0ca74fa5f4f5900aaed940d3349ea85a507faf (diff) | |
download | ATCD-2168b72f3318943095d831b8d890dd6a898c2b0d.tar.gz |
removed ACE Version printout because it is now in Basic_Types_Test
Diffstat (limited to 'tests/Time_Value_Test.cpp')
-rw-r--r-- | tests/Time_Value_Test.cpp | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/tests/Time_Value_Test.cpp b/tests/Time_Value_Test.cpp index 95180279f02..fcca669628e 100644 --- a/tests/Time_Value_Test.cpp +++ b/tests/Time_Value_Test.cpp @@ -24,10 +24,13 @@ // Force test of ACE_U_LongLong class on all platforms except // ACE_WIN32 and with ACE_HAS_64BIT_LONGS. ACE_U_LongLong isn't used -// on those platforms. (And the ACE_U_LongLong declaration is in an -// inconvenient place on ace/OS.h to play this game on ACE_WIN32.) +// on those platforms. #if defined (ACE_HAS_HI_RES_TIMER) || \ (defined (ACE_HAS_LONGLONG_T) && !defined (ACE_HAS_64BIT_LONGS)) + +# include <limits.h> +# undef ULLONG_MAX + # if defined (ACE_HAS_HI_RES_TIMER) # undef ACE_HAS_HI_RES_TIMER # endif /* ACE_HAS_HI_RES_TIMER */ @@ -116,11 +119,6 @@ main (int, char *[]) ACE_START_TEST ("Time_Value_Test"); - ACE_DEBUG ((LM_DEBUG, "This is ACE Version %u.%u.%u\n", - ACE::major_version (), - ACE::minor_version(), - ACE::beta_version())); - ACE_Time_Value tv1; ACE_Time_Value tv2 (2); ACE_Time_Value tv3 (100); |