summaryrefslogtreecommitdiff
path: root/TAO/tests/Bug_2122_Regression/test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Bug_2122_Regression/test.cpp')
-rw-r--r--TAO/tests/Bug_2122_Regression/test.cpp15
1 files changed, 15 insertions, 0 deletions
diff --git a/TAO/tests/Bug_2122_Regression/test.cpp b/TAO/tests/Bug_2122_Regression/test.cpp
new file mode 100644
index 00000000000..6002cf0c9e9
--- /dev/null
+++ b/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 ;
+}