ObjFW  Check-in [8bdf345eee]

Overview
Comment:OFObjectTests: Remove unused define
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | objfwtest
Files: files | file ages | folders
SHA3-256: 8bdf345eee8cc44f1c58a846e71590f7d4de2f200474c8ba9330d3d2b3d38c61
User & Date: js on 2024-02-13 22:18:01
Other Links: branch diff | manifest | tags
Context
2024-02-13
22:43
Merge trunk into branch "objfwtest" check-in: ac3ec432a6 user: js tags: objfwtest
22:18
OFObjectTests: Remove unused define check-in: 8bdf345eee user: js tags: objfwtest
21:15
ObjFWTest: Add OTOrderedDictionary check-in: b1a0bfe247 user: js tags: objfwtest
Changes

Modified new_tests/OFObjectTests.m from [3cd60f32da] to [289bb9d695].

14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
 */

#include "config.h"

#import "ObjFW.h"
#import "ObjFWTest.h"

#if (defined(OF_DRAGONFLYBSD) && defined(__LP64__)) || defined(OF_NINTENDO_3DS)
# define TOO_BIG (SIZE_MAX / 3)
#else
# define TOO_BIG (SIZE_MAX - 128)
#endif

@interface MyObject: OFObject
{
	id _objectValue;
	Class _classValue;
	bool _boolValue;
	char _charValue;
	short _shortValue;







<
<
<
<
<
<







14
15
16
17
18
19
20






21
22
23
24
25
26
27
 */

#include "config.h"

#import "ObjFW.h"
#import "ObjFWTest.h"







@interface MyObject: OFObject
{
	id _objectValue;
	Class _classValue;
	bool _boolValue;
	char _charValue;
	short _shortValue;