ObjFW  Diff

Differences From Artifact [7689fdb7c9]:

To Artifact [61a0609ec2]:


21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36

@interface TestThread: OFThread
@end

@implementation TestThread
- (id)main
{
	[[OFThread threadDictionary] setObject: @"bar"
					forKey: @"foo"];

	return @"success";
}
@end

@implementation TestsAppDelegate (OFThreadTests)
- (void)threadTests







|
<







21
22
23
24
25
26
27
28

29
30
31
32
33
34
35

@interface TestThread: OFThread
@end

@implementation TestThread
- (id)main
{
	[[OFThread threadDictionary] setObject: @"bar" forKey: @"foo"];


	return @"success";
}
@end

@implementation TestsAppDelegate (OFThreadTests)
- (void)threadTests