summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--objective-c/test/Ice/exceptions/TestI.m1
1 files changed, 1 insertions, 0 deletions
diff --git a/objective-c/test/Ice/exceptions/TestI.m b/objective-c/test/Ice/exceptions/TestI.m
index 14730261070..919f692d077 100644
--- a/objective-c/test/Ice/exceptions/TestI.m
+++ b/objective-c/test/Ice/exceptions/TestI.m
@@ -145,5 +145,6 @@
-(void) throwAfterException:(ICECurrent*)current
{
// Only relevant for AMD
+ @throw [TestExceptionsA a:12345];
}
@end