# | Line 5 | Line 5 | program testsuite; | |
---|---|---|
5 | {$R *.res} | |
6 | ||
7 | uses | |
8 | < | SysUtils, IB, |
8 | > | SysUtils, |
9 | > | IB, |
10 | Test1 in 'Test1.pas', | |
11 | test2 in 'test2.pas', | |
12 | Test3 in 'Test3.pas', | |
# | Line 22 | Line 23 | uses | |
23 | Test14 in 'Test14.pas', | |
24 | Test15 in 'Test15.pas', | |
25 | Test16 in 'Test16.pas', | |
26 | < | TestManager in 'TestManager.pas'; |
26 | > | TestManager in 'TestManager.pas', |
27 | > | FBOutputBlock in '..\client\FBOutputBlock.pas'; |
28 | ||
29 | procedure WriteHelp; | |
30 | begin |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |