diff options
author | Ossama Othman <ossama-othman@users.noreply.github.com> | 2004-04-16 23:57:38 +0000 |
---|---|---|
committer | Ossama Othman <ossama-othman@users.noreply.github.com> | 2004-04-16 23:57:38 +0000 |
commit | e00c3027f2ef815fd9eb1778ae1c2aa0ed48c231 (patch) | |
tree | 12c12f6d53b385f12868831993f56c24d56f6ac5 /ASNMP | |
parent | d4c525b1c17a55446d80d105df6261c2e2746dde (diff) | |
download | ATCD-e00c3027f2ef815fd9eb1778ae1c2aa0ed48c231.tar.gz |
Fixed typo.
Diffstat (limited to 'ASNMP')
-rw-r--r-- | ASNMP/tests/Integer_Test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ASNMP/tests/Integer_Test.cpp b/ASNMP/tests/Integer_Test.cpp index 3a2fd25419c..4a5376be1d3 100644 --- a/ASNMP/tests/Integer_Test.cpp +++ b/ASNMP/tests/Integer_Test.cpp @@ -115,7 +115,7 @@ static void TestInteger32() i1 = us; // unsigned short ACE_ASSERT(i1 == ACE_static_cast (long, us)); i1 = si; // unsigned short - ACE_ASSERT(i1 == ACE_static_cast (long, si)) + ACE_ASSERT(i1 == ACE_static_cast (long, si)); #endif /*ACE_WIN32*/ } |