diff options
Diffstat (limited to 'cpp/test/Ice/exceptions/TestAMD.ice')
-rw-r--r-- | cpp/test/Ice/exceptions/TestAMD.ice | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cpp/test/Ice/exceptions/TestAMD.ice b/cpp/test/Ice/exceptions/TestAMD.ice index a5c4353e65b..ee03c14449b 100644 --- a/cpp/test/Ice/exceptions/TestAMD.ice +++ b/cpp/test/Ice/exceptions/TestAMD.ice @@ -92,6 +92,8 @@ module Mod void throwNonIceException(); void throwAssertException(); + idempotent void throwLocalExceptionIdempotent(); + void throwAfterResponse(); void throwAfterException() throws A; |