summaryrefslogtreecommitdiff
path: root/TAO/tests/Bug_2399_Regression/test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Bug_2399_Regression/test.cpp')
-rw-r--r--TAO/tests/Bug_2399_Regression/test.cpp10
1 files changed, 10 insertions, 0 deletions
diff --git a/TAO/tests/Bug_2399_Regression/test.cpp b/TAO/tests/Bug_2399_Regression/test.cpp
new file mode 100644
index 00000000000..1b3f75330f2
--- /dev/null
+++ b/TAO/tests/Bug_2399_Regression/test.cpp
@@ -0,0 +1,10 @@
+// $Id$
+
+#include "testC.h"
+
+int
+main (int , char *[])
+{
+ return 0;
+}
+