summaryrefslogtreecommitdiff
path: root/TAO/tests/ORB_Local_Config/Bunch/Test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/ORB_Local_Config/Bunch/Test.cpp')
-rw-r--r--TAO/tests/ORB_Local_Config/Bunch/Test.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tests/ORB_Local_Config/Bunch/Test.cpp b/TAO/tests/ORB_Local_Config/Bunch/Test.cpp
index 788124f34fc..fad76bd876c 100644
--- a/TAO/tests/ORB_Local_Config/Bunch/Test.cpp
+++ b/TAO/tests/ORB_Local_Config/Bunch/Test.cpp
@@ -129,7 +129,7 @@ testTSSGestalt (int , ACE_TCHAR *[])
ACE_Service_Gestalt *global_instance = ACE_Service_Config::instance ();
// Sanity check
- if (global_instance == &one);
+ if (global_instance == &one)
ACE_ERROR_RETURN ((LM_DEBUG, ACE_TEXT("Invalid global gestalt\n")), -1);
{
@@ -147,7 +147,7 @@ testTSSGestalt (int , ACE_TCHAR *[])
// The guard is dead! Long live the global gestalt that was previously global!
}
- if (global_instance != ACE_Service_Config::instance ());
+ if (global_instance != ACE_Service_Config::instance ())
ACE_ERROR_RETURN ((LM_DEBUG, ACE_TEXT("Expected the original global gestalt\n")), -1);
if (global_instance == &one);