ObjFW  Diff

Differences From Artifact [94d0e3c3f7]:

To Artifact [8b6e2b32dd]:


181
182
183
184
185
186
187
188
189
190
			objc_autoreleasePoolPop(pool);
		}
	}

	[OFStdOut writeFormat: @"%zu test(s) succeeded, %zu test(s) failed.\n",
			       numSucceeded, numFailed];

	[OFApplication terminate];
}
@end







|


181
182
183
184
185
186
187
188
189
190
			objc_autoreleasePoolPop(pool);
		}
	}

	[OFStdOut writeFormat: @"%zu test(s) succeeded, %zu test(s) failed.\n",
			       numSucceeded, numFailed];

	[OFApplication terminateWithStatus: (int)numFailed];
}
@end