summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-04-06 20:15:26 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-04-06 20:15:26 +0000
commita02ecfa7657131bd3c462049646b03037a5ac03a (patch)
treed9e6cf1d648c7a98699c2420ae2458406e43ec79
parent16291f71675cbb51307061f939add218516bf64b (diff)
downloadATCD-a02ecfa7657131bd3c462049646b03037a5ac03a.tar.gz
added test of ACE_UINT64_LITERAL.
-rw-r--r--tests/Basic_Types_Test.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/Basic_Types_Test.cpp b/tests/Basic_Types_Test.cpp
index b119c7e6a05..1efc527e1f0 100644
--- a/tests/Basic_Types_Test.cpp
+++ b/tests/Basic_Types_Test.cpp
@@ -97,6 +97,9 @@ main (int, ASYS_TCHAR *[])
sizeof (long long),
#endif /* ! ACE_WIN32 && ! ACE_LACKS_LONGLONG_T */
ACE_SIZEOF_LONG_LONG);
+ errors += check (ASYS_TEXT ("sizeof 64-bit literal: %u%s"),
+ sizeof ACE_UINT64_LITERAL (1),
+ 8);
errors += check (ASYS_TEXT ("ACE_SIZEOF_VOID_P: %u%s"),
sizeof (void *), ACE_SIZEOF_VOID_P);
errors += check (ASYS_TEXT ("ACE_SIZEOF_FLOAT: %u%s"),