Removed old file.

This commit is contained in:
Steve Nygard 2007-11-05 19:42:06 +00:00
parent ce1bb7e00a
commit 90d92ff574

View File

@ -1,9 +0,0 @@
// The test_main.m file
#import <ObjcUnit/ObjcUnit.h>
#import "AllTests.h"
int main(int argc, const char *argv[])
{
return TestRunnerMain([AllTests class]);
}