summaryrefslogtreecommitdiff
path: root/TAO/tests/Param_Test/big_union.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Param_Test/big_union.cpp')
-rw-r--r--TAO/tests/Param_Test/big_union.cpp6
1 files changed, 1 insertions, 5 deletions
diff --git a/TAO/tests/Param_Test/big_union.cpp b/TAO/tests/Param_Test/big_union.cpp
index 52bb0afc62b..242046955c5 100644
--- a/TAO/tests/Param_Test/big_union.cpp
+++ b/TAO/tests/Param_Test/big_union.cpp
@@ -278,11 +278,7 @@ Test_Big_Union::check_validity (void)
if (in_array[i] != inout_array[i]
|| in_array[i] != out_array[i]
|| in_array[i] != ret_array[i])
- {
- ACE_DEBUG ((LM_DEBUG,
- "mismatch of arrays\n"));
- return 0;
- }
+ return 0;
}
}
break;