Overview
| Comment: | tests/terminal: Fix compiling with Apple GCC 4.2.1 |
|---|---|
| Downloads: | Tarball | ZIP archive | SQL archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
1535a3770be37e2c271260fbaa14651e |
| User & Date: | js on 2020-09-27 02:31:52 |
| Other Links: | manifest | tags |
Context
|
2020-09-27
| ||
| 03:08 | Work around bugs in Apple GCC 4.0.1 (check-in: 9e9ce6aa1c user: js tags: trunk) | |
| 02:31 | tests/terminal: Fix compiling with Apple GCC 4.2.1 (check-in: 1535a3770b user: js tags: trunk) | |
| 02:29 | tests: Fix compiling with Apple GCC 4.2.1 (check-in: 33bec58cf4 user: js tags: trunk) | |
Changes
Modified tests/terminal/TerminalTests.m from [8e3d4d56d3] to [6c2580f32c].
| ︙ | |||
90 91 92 93 94 95 96 | 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 | - + - + | [of_stdout eraseLine]; [of_stdout writeString: @"World!"]; [OFThread sleepForTimeInterval: 2]; [of_stdout clear]; [OFThread sleepForTimeInterval: 2]; |