summaryrefslogtreecommitdiff
path: root/trunk/TAO/tests/IOR_Endpoint_Hostnames/bogus.idl
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/TAO/tests/IOR_Endpoint_Hostnames/bogus.idl')
-rw-r--r--trunk/TAO/tests/IOR_Endpoint_Hostnames/bogus.idl11
1 files changed, 11 insertions, 0 deletions
diff --git a/trunk/TAO/tests/IOR_Endpoint_Hostnames/bogus.idl b/trunk/TAO/tests/IOR_Endpoint_Hostnames/bogus.idl
new file mode 100644
index 00000000000..48c3ef6ef34
--- /dev/null
+++ b/trunk/TAO/tests/IOR_Endpoint_Hostnames/bogus.idl
@@ -0,0 +1,11 @@
+//
+// $Id$
+//
+
+module Test
+{
+ interface bogus
+ {
+ void noop();
+ };
+};