summaryrefslogtreecommitdiff
path: root/TAO/tests/Param_Test/multdim_array.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Param_Test/multdim_array.cpp')
-rw-r--r--TAO/tests/Param_Test/multdim_array.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/TAO/tests/Param_Test/multdim_array.cpp b/TAO/tests/Param_Test/multdim_array.cpp
index d74f02dffca..618dfbd312c 100644
--- a/TAO/tests/Param_Test/multdim_array.cpp
+++ b/TAO/tests/Param_Test/multdim_array.cpp
@@ -13,10 +13,11 @@
// Bala
//
// ============================================================================
-
+# if 0
#include "helper.h"
#include "multdim_array.h"
+
ACE_RCSID(Param_Test, fixed_array, "$Id$")
// ************************************************************************
@@ -206,3 +207,5 @@ Test_Multdim_Array::print (const Param_Test::Multdim_Array_slice *a)
}
}
}
+
+#endif