summaryrefslogtreecommitdiff
path: root/ACE/TAO/tests/Bug_1812_Regression/test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/TAO/tests/Bug_1812_Regression/test.cpp')
-rw-r--r--ACE/TAO/tests/Bug_1812_Regression/test.cpp12
1 files changed, 12 insertions, 0 deletions
diff --git a/ACE/TAO/tests/Bug_1812_Regression/test.cpp b/ACE/TAO/tests/Bug_1812_Regression/test.cpp
new file mode 100644
index 00000000000..f3c85fbb228
--- /dev/null
+++ b/ACE/TAO/tests/Bug_1812_Regression/test.cpp
@@ -0,0 +1,12 @@
+// $Id$
+
+#include "TestS.h"
+
+/**
+* This test does not run - successful compile and link == successful test.
+*/
+int
+ACE_TMAIN(int, ACE_TCHAR *[])
+{
+ return 0;
+}