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