summaryrefslogtreecommitdiff
path: root/ACE/tests/Handle_Set_Test.cpp
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2007-04-16 11:04:18 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2007-04-16 11:04:18 +0000
commit81329b8965c8ce5463cbc1f64a1365377a59c156 (patch)
tree78ef5af471ca7e71ad5937ea596583da05b0f8e1 /ACE/tests/Handle_Set_Test.cpp
parent526a898921e0ebd5651e94518f260bf6d7c28d28 (diff)
downloadATCD-81329b8965c8ce5463cbc1f64a1365377a59c156.tar.gz
Mon Apr 16 11:01:12 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'ACE/tests/Handle_Set_Test.cpp')
-rw-r--r--ACE/tests/Handle_Set_Test.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/ACE/tests/Handle_Set_Test.cpp b/ACE/tests/Handle_Set_Test.cpp
index 17f83625f4b..529d269296b 100644
--- a/ACE/tests/Handle_Set_Test.cpp
+++ b/ACE/tests/Handle_Set_Test.cpp
@@ -109,16 +109,9 @@ test_boundaries (void)
(handle = i1 ()) != ACE_INVALID_HANDLE;
)
{
-#if defined (ACE_PSOS_DIAB)
- // Workaround for some compiler confusion with strings in
- // assertions.
- const int SET_IS_EMPTY_SO_SHOULD_NOT_SEE_THIS = 1;
- ACE_ASSERT (0 == SET_IS_EMPTY_SO_SHOULD_NOT_SEE_THIS);
-#else /* ! defined (ACE_PSOS_DIAB) */
ACE_ASSERT (0 ==
ACE_TEXT ("this shouldn't get called since ")
ACE_TEXT ("the set is empty!\n"));
-#endif /* defined (ACE_PSOS_DIAB) */
}
ACE_DEBUG ((LM_DEBUG,