ObjFW  Diff

Differences From Artifact [573b357575]:

To Artifact [07d163fa23]:


152
153
154
155
156
157
158
159
160
161
	[self pluginTests];
#endif
	[self forwardingTests];
#ifdef OF_HAVE_PROPERTIES
	[self propertiesTests];
#endif

	[OFApplication terminateWithStatus: fails];
}
@end







|


152
153
154
155
156
157
158
159
160
161
	[self pluginTests];
#endif
	[self forwardingTests];
#ifdef OF_HAVE_PROPERTIES
	[self propertiesTests];
#endif

	[OFApplication terminateWithStatus: _fails];
}
@end