summaryrefslogtreecommitdiff
path: root/trunk/TAO/tests/Bug_1535_Regression/Test.idl
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/TAO/tests/Bug_1535_Regression/Test.idl')
-rw-r--r--trunk/TAO/tests/Bug_1535_Regression/Test.idl6
1 files changed, 6 insertions, 0 deletions
diff --git a/trunk/TAO/tests/Bug_1535_Regression/Test.idl b/trunk/TAO/tests/Bug_1535_Regression/Test.idl
new file mode 100644
index 00000000000..c3b752788a4
--- /dev/null
+++ b/trunk/TAO/tests/Bug_1535_Regression/Test.idl
@@ -0,0 +1,6 @@
+// $Id$
+
+interface Test
+{
+ void print_hello_world();
+};