summaryrefslogtreecommitdiff
path: root/TAO/tests/Bug_1813_Regression/Test.idl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Bug_1813_Regression/Test.idl')
-rw-r--r--TAO/tests/Bug_1813_Regression/Test.idl8
1 files changed, 8 insertions, 0 deletions
diff --git a/TAO/tests/Bug_1813_Regression/Test.idl b/TAO/tests/Bug_1813_Regression/Test.idl
new file mode 100644
index 00000000000..2b47d41dd97
--- /dev/null
+++ b/TAO/tests/Bug_1813_Regression/Test.idl
@@ -0,0 +1,8 @@
+// $Id$
+
+#include <orb.idl>
+
+interface foo {
+ void op () raises (CORBA::WrongTransaction);
+};
+