ObjFW  Diff

Differences From Artifact [860bceb260]:

To Artifact [11b71f5c4f]:


42
43
44
45
46
47
48


49
50
51
52
53
54
55
					  : (struct TestStruct)testStruct
{
	return testStruct;
}

- (void)setUp
{


	SEL selector = @selector(invocationTestMethod1::::);
	OFMethodSignature *signature =
	    [self methodSignatureForSelector: selector];

	_invocation = [[OFInvocation alloc] initWithMethodSignature: signature];
}








>
>







42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
					  : (struct TestStruct)testStruct
{
	return testStruct;
}

- (void)setUp
{
	[super setUp];

	SEL selector = @selector(invocationTestMethod1::::);
	OFMethodSignature *signature =
	    [self methodSignatureForSelector: selector];

	_invocation = [[OFInvocation alloc] initWithMethodSignature: signature];
}