ObjFW  Diff

Differences From Artifact [70086bf554]:

To Artifact [f2116a7a9c]:


23
24
25
26
27
28
29


30
31
32
33
34
35
36
	OFColor *_color;
}
@end

@implementation OFColorTests
- (void)setUp
{


	_color = [[OFColor alloc] initWithRed: 63.f / 255
					green: 127.f / 255
					 blue: 1
					alpha: 1];
}

- (void)dealloc







>
>







23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
	OFColor *_color;
}
@end

@implementation OFColorTests
- (void)setUp
{
	[super setUp];

	_color = [[OFColor alloc] initWithRed: 63.f / 255
					green: 127.f / 255
					 blue: 1
					alpha: 1];
}

- (void)dealloc