summaryrefslogtreecommitdiff
path: root/objective-c/test
diff options
context:
space:
mode:
authorDwayne Boone <dwayne@zeroc.com>2015-05-07 09:52:16 -0230
committerDwayne Boone <dwayne@zeroc.com>2015-05-07 09:52:16 -0230
commit79f825e6afdb5fdd4193b16fa528f91f270361d8 (patch)
treee19025c3648e27f6ee843e9bbad5a480ed74a7c4 /objective-c/test
parentFixed ICE-6486 in Ice for C# (diff)
downloadice-79f825e6afdb5fdd4193b16fa528f91f270361d8.tar.bz2
ice-79f825e6afdb5fdd4193b16fa528f91f270361d8.tar.xz
ice-79f825e6afdb5fdd4193b16fa528f91f270361d8.zip
ICE-6488 ObjC test/Ice/exceptions fails with --cross=js and --cross=java
Diffstat (limited to 'objective-c/test')
-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