Fix compiler warning in test case

This commit is contained in:
Andreas Linde 2015-06-22 09:42:43 +02:00
parent b62984073f
commit 0bbf72a033

View File

@ -67,7 +67,7 @@
// the bundle identifier when running with unit tets is "otest"
const char *progname = getprogname();
if (progname == NULL) {
return NO;
return nil;
}
NSString *filePath = [[NSBundle bundleForClass:self.class] pathForResource:filename ofType:@"plcrash"];