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: |
8bdf345eee8cc44f1c58a846e71590f7 |
| 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 | */ #include "config.h" #import "ObjFW.h" #import "ObjFWTest.h" | < < < < < < | 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;
|
| ︙ | ︙ |