Overview
| Comment: | OFNumberTests: Fix type mismatch |
|---|---|
| Downloads: | Tarball | ZIP archive | SQL archive |
| Timelines: | family | ancestors | descendants | both | objfwtest |
| Files: | files | file ages | folders |
| SHA3-256: |
14bc00f1180017fdd7b7834378303005 |
| User & Date: | js on 2024-02-10 14:48:08 |
| Other Links: | branch diff | manifest | tags |
Context
|
2024-02-10
| ||
| 15:32 | Migrate OFPropertyListTests to ObjFWTest (check-in: 30f4a8d985 user: js tags: objfwtest) | |
| 14:48 | OFNumberTests: Fix type mismatch (check-in: 14bc00f118 user: js tags: objfwtest) | |
| 14:16 | Merge trunk into branch "objfwtest" (check-in: d365229b6e user: js tags: objfwtest) | |
Changes
Modified new_tests/OFNumberTests.m from [b00d13e363] to [03fbf0fe79].
| ︙ | |||
17 18 19 20 21 22 23 | 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 | - + | #import "ObjFW.h" #import "ObjFWTest.h" @interface OFNumberTests: OTTestCase @end |
| ︙ |