Differences From Artifact [e3e2ff48b8]:
- File tests/TestsAppDelegate.h — part of check-in [666d38f8be] at 2010-04-07 20:56:48 on branch trunk — Make tests an OFApplicationDelegate. (user: js, size: 2532) [annotate] [blame] [check-ins using]
To Artifact [f1bc853ff8]:
- File tests/TestsAppDelegate.h — part of check-in [062a052b50] at 2010-04-17 15:46:34 on branch trunk — Don't return self where not necessary, return void or something useful. (user: js, size: 2552) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
44 45 46 47 48 49 50 51 52 53 54 55 56 57 | inModule: module]; \ else { \ [self outputFailure: test \ inModule: module]; \ fails++; \ } \ } @class OFString; @interface TestsAppDelegate: OFObject { int fails; } | > | 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 | inModule: module]; \ else { \ [self outputFailure: test \ inModule: module]; \ fails++; \ } \ } #define R(x) (x, 1) @class OFString; @interface TestsAppDelegate: OFObject { int fails; } |
︙ | ︙ |