ObjFW  Diff

Differences From Artifact [27298bf4ec]:

To Artifact [1645530892]:


54
55
56
57
58
59
60
61
62
63
64
65
	if (!strcmp([(OFString*)[[list last] data] cString], strings[2]))
		puts("Last element is expected element. GOOD!");
	else {
		puts("Last element is not expected element!");
		return 1;
	}
 
	[iter free];
	[list free];

	return 0;
}







<
|



54
55
56
57
58
59
60

61
62
63
64
	if (!strcmp([(OFString*)[[list last] data] cString], strings[2]))
		puts("Last element is expected element. GOOD!");
	else {
		puts("Last element is not expected element!");
		return 1;
	}
 

	[list freeIncludingData];

	return 0;
}