summaryrefslogtreecommitdiff
path: root/ACE/tests/CDR_Array_Test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/tests/CDR_Array_Test.cpp')
-rw-r--r--ACE/tests/CDR_Array_Test.cpp16
1 files changed, 8 insertions, 8 deletions
diff --git a/ACE/tests/CDR_Array_Test.cpp b/ACE/tests/CDR_Array_Test.cpp
index 2cb5467a68c..ed088cf2c29 100644
--- a/ACE/tests/CDR_Array_Test.cpp
+++ b/ACE/tests/CDR_Array_Test.cpp
@@ -969,14 +969,6 @@ run_main (int argc, ACE_TCHAR *argv[])
for (use_array = 0; use_array < 2; use_array++)
{
{
- CDR_Test<ACE_CDR::Double, DoubleHelper>
- test (dtotal, niter, use_array);
- }
- {
- CDR_Test<ACE_CDR::Float, FloatHelper>
- test (ftotal, niter, use_array);
- }
- {
CDR_Test<ACE_CDR::LongLong, LongLongHelper>
test (qtotal, niter, use_array);
}
@@ -992,6 +984,14 @@ run_main (int argc, ACE_TCHAR *argv[])
CDR_Test<ACE_CDR::Char, CharHelper>
test (ctotal, niter, use_array);
}
+ {
+ CDR_Test<ACE_CDR::Double, DoubleHelper>
+ test (dtotal, niter, use_array);
+ }
+ {
+ CDR_Test<ACE_CDR::Float, FloatHelper>
+ test (ftotal, niter, use_array);
+ }
}
ACE_END_TEST;