summaryrefslogtreecommitdiff
path: root/trunk/TAO/tests/Bug_2122_Regression/test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/TAO/tests/Bug_2122_Regression/test.cpp')
-rw-r--r--trunk/TAO/tests/Bug_2122_Regression/test.cpp15
1 files changed, 15 insertions, 0 deletions
diff --git a/trunk/TAO/tests/Bug_2122_Regression/test.cpp b/trunk/TAO/tests/Bug_2122_Regression/test.cpp
new file mode 100644
index 00000000000..6002cf0c9e9
--- /dev/null
+++ b/trunk/TAO/tests/Bug_2122_Regression/test.cpp
@@ -0,0 +1,15 @@
+/**
+ * @file test.cpp
+ *
+ * $Id$
+ */
+
+#include "TestC.h"
+
+int main( int argc, char* argv[] )
+{
+ ACE_UNUSED_ARG( argc ) ;
+ ACE_UNUSED_ARG( argv ) ;
+
+ return 0 ;
+}