aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/objc/PrenotCalculator/main.m7
1 files changed, 1 insertions, 6 deletions
diff --git a/examples/objc/PrenotCalculator/main.m b/examples/objc/PrenotCalculator/main.m
index f521bd84bb..d70550a730 100644
--- a/examples/objc/PrenotCalculator/main.m
+++ b/examples/objc/PrenotCalculator/main.m
@@ -16,12 +16,7 @@
int main(int argc, char * argv[]) {
@autoreleasepool {
- NSString *delegateClassName =
- #ifndef KIF_TESTS
- @"AppDelegate";
- #else
- @"AppDelegateForKIF";
- #endif
+ NSString *delegateClassName = @"AppDelegate";
return UIApplicationMain(argc, argv, nil, delegateClassName);
}
}