diff options
Diffstat (limited to 'py/test/Ice/exceptions/Test.ice')
-rw-r--r-- | py/test/Ice/exceptions/Test.ice | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/py/test/Ice/exceptions/Test.ice b/py/test/Ice/exceptions/Test.ice index 3806f9d8e20..93f6014afc6 100644 --- a/py/test/Ice/exceptions/Test.ice +++ b/py/test/Ice/exceptions/Test.ice @@ -48,7 +48,7 @@ module Mod }; }; -["ami"] interface Thrower +interface Thrower { void shutdown(); bool supportsUndeclaredExceptions(); @@ -78,7 +78,7 @@ module Mod void throwAfterException() throws A; }; -["ami"] interface WrongOperation +interface WrongOperation { void noSuchOperation(); }; |