summaryrefslogtreecommitdiff
path: root/objective-c/test/Ice/ami/TestI.m
diff options
context:
space:
mode:
Diffstat (limited to 'objective-c/test/Ice/ami/TestI.m')
-rw-r--r--objective-c/test/Ice/ami/TestI.m4
1 files changed, 4 insertions, 0 deletions
diff --git a/objective-c/test/Ice/ami/TestI.m b/objective-c/test/Ice/ami/TestI.m
index 1c4c493540a..37701137c8d 100644
--- a/objective-c/test/Ice/ami/TestI.m
+++ b/objective-c/test/Ice/ami/TestI.m
@@ -90,6 +90,10 @@
}
return NO;
}
+-(BOOL) supportsFunctionalTests:(ICECurrent *)current
+{
+ return NO;
+}
@end
@implementation TestAMITestIntfControllerI