diff -r 0a6527af039b -r f4709533c816 iPhone/MYCrypto_iPhone_main.m --- a/iPhone/MYCrypto_iPhone_main.m Sat Apr 04 20:42:03 2009 -0700 +++ b/iPhone/MYCrypto_iPhone_main.m Thu Apr 09 21:36:21 2009 -0700 @@ -9,14 +9,12 @@ #import int main(int argc, char *argv[]) { - /* if (argc<2) { static char *testArgs[] = {"MYCrypto", "Test_All"}; argc = 2; argv = testArgs; } RunTestCases(argc,(const char**)argv); - */ NSAutoreleasePool * pool = [[NSAutoreleasePool alloc] init]; int retVal = UIApplicationMain(argc, argv, nil, nil);