summaryrefslogtreecommitdiff
path: root/py/test/Ice/exceptions/Test.ice
diff options
context:
space:
mode:
Diffstat (limited to 'py/test/Ice/exceptions/Test.ice')
-rw-r--r--py/test/Ice/exceptions/Test.ice5
1 files changed, 1 insertions, 4 deletions
diff --git a/py/test/Ice/exceptions/Test.ice b/py/test/Ice/exceptions/Test.ice
index 5c9b79da101..61cd21cc6d1 100644
--- a/py/test/Ice/exceptions/Test.ice
+++ b/py/test/Ice/exceptions/Test.ice
@@ -18,9 +18,7 @@ interface Empty
interface Thrower;
-exception Base {};
-
-exception A extends Base
+exception A
{
int aMem;
};
@@ -48,7 +46,6 @@ module Mod
};
};
-
["ami"] interface Thrower
{
void shutdown();