summaryrefslogtreecommitdiff
path: root/TAO/tests/IDL_Test
diff options
context:
space:
mode:
authorFred Hornsey <hornseyf@objectcomputing.com>2021-11-05 13:26:45 -0500
committerFred Hornsey <hornseyf@objectcomputing.com>2021-11-05 13:26:45 -0500
commit75fd738cbe9153802def7dc3d593edd51a4a1834 (patch)
tree2891e27d5c4054b11c0eacbb56da4d45eb4b4bd7 /TAO/tests/IDL_Test
parentbffb55e36cf752988ce5cd3f55b37515601a8d06 (diff)
downloadATCD-75fd738cbe9153802def7dc3d593edd51a4a1834.tar.gz
Respond to Review of #1715
https://github.com/DOCGroup/ACE_TAO/pull/1715#discussion_r743241981
Diffstat (limited to 'TAO/tests/IDL_Test')
-rw-r--r--TAO/tests/IDL_Test/main.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/TAO/tests/IDL_Test/main.cpp b/TAO/tests/IDL_Test/main.cpp
index 60bfef43900..e1bf0f7124a 100644
--- a/TAO/tests/IDL_Test/main.cpp
+++ b/TAO/tests/IDL_Test/main.cpp
@@ -136,7 +136,6 @@ test_expressions (int &error_count)
expect_equals<CORBA::Double> (error_count, "MixedFloatValues::mul", MixedFloatValues::mul, 18.0);
expect_equals<CORBA::Double> (error_count, "MixedFloatValues::add", MixedFloatValues::add, 9.0);
expect_equals<CORBA::Double> (error_count, "MixedFloatValues::sub", MixedFloatValues::sub, 3.0);
-
}
int