Differences From Artifact [4ca81ff021]:
- File tests/OFPlugin/OFPlugin.m — part of check-in [16f1025d5c] at 2009-04-20 01:55:07 on branch trunk — Improve tests. (user: js, size: 651) [annotate] [blame] [check-ins using]
To Artifact [dfdf5ba72e]:
- File tests/OFPlugin/OFPlugin.m — part of check-in [67066be692] at 2009-05-15 20:01:54 on branch trunk — Use OFString as much as possible. (user: js, size: 652) [annotate] [blame] [check-ins using]
︙ | |||
17 18 19 20 21 22 23 | 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 | - + | #import "TestPlugin/TestPlugin.h" int main() { TestPlugin *plugin; |
︙ |