Showing
1 changed file
with
0 additions
and
6 deletions
@@ -7,15 +7,9 @@ | @@ -7,15 +7,9 @@ | ||
7 | // | 7 | // |
8 | 8 | ||
9 | #import <UIKit/UIKit.h> | 9 | #import <UIKit/UIKit.h> |
10 | -#import <Foundation/NSDebug.h> | ||
11 | #import "GHUnit.h" | 10 | #import "GHUnit.h" |
12 | 11 | ||
13 | int main(int argc, char *argv[]) { | 12 | int main(int argc, char *argv[]) { |
14 | - // Setup any NSDebug settings | ||
15 | - NSDebugEnabled = YES; | ||
16 | - NSZombieEnabled = YES; | ||
17 | - NSDeallocateZombies = NO; | ||
18 | - NSHangOnUncaughtException = YES; | ||
19 | setenv("NSAutoreleaseFreedObjectCheckEnabled", "1", 1); | 13 | setenv("NSAutoreleaseFreedObjectCheckEnabled", "1", 1); |
20 | 14 | ||
21 | NSAutoreleasePool *pool = [[NSAutoreleasePool alloc] init]; | 15 | NSAutoreleasePool *pool = [[NSAutoreleasePool alloc] init]; |
-
Please register or login to post a comment