summaryrefslogtreecommitdiff
path: root/python/test/Ice/exceptions/Test.ice
diff options
context:
space:
mode:
Diffstat (limited to 'python/test/Ice/exceptions/Test.ice')
-rw-r--r--python/test/Ice/exceptions/Test.ice2
1 files changed, 2 insertions, 0 deletions
diff --git a/python/test/Ice/exceptions/Test.ice b/python/test/Ice/exceptions/Test.ice
index adbcdcf3c9c..c9513cfa3ec 100644
--- a/python/test/Ice/exceptions/Test.ice
+++ b/python/test/Ice/exceptions/Test.ice
@@ -71,6 +71,8 @@ interface Thrower
void throwAfterResponse();
void throwAfterException() throws A;
+
+ int throwMarshalException(out int p);
}
interface WrongOperation