Differences From Artifact [62782bae47]:
- File tests/RuntimeARCTests.m — part of check-in [8d5e62c432] at 2022-10-02 21:04:24 on branch trunk — RuntimeARCTests: Limit Windows hack to x86_64 (user: js, size: 1463) [annotate] [blame] [check-ins using] [more...]
To Artifact [464cdbc085]:
- File tests/RuntimeARCTests.m — part of check-in [26ddd2e4e4] at 2024-01-02 17:17:25 on branch trunk — Update copyright (user: js, size: 1462) [annotate] [blame] [check-ins using] [more...]
1 | 1 2 3 4 5 6 7 8 9 | - + | /* |
| ︙ | |||
23 24 25 26 27 28 29 | 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 | - + |
@end
@implementation RuntimeARCTest
- (instancetype)init
{
self = [super init];
|
| ︙ |