mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 20:09:25 +02:00
* Small fix after recent changes to tests list in testsuite
git-svn-id: trunk@32868 -
This commit is contained in:
parent
0251263234
commit
b1c5077c96
@ -340,7 +340,7 @@ procedure TTestRunner.DoRun;
|
||||
if (test is ttestsuite) then
|
||||
begin
|
||||
for I := 0 to TTestSuite(test).Tests.Count - 1 do
|
||||
CheckTestRegistry (TTest((test as TTestSuite).Tests[I]), c, res)
|
||||
CheckTestRegistry ((test as TTestSuite).Test[I], c, res)
|
||||
end
|
||||
else if (test is TTestDecorator) then
|
||||
begin
|
||||
|
Loading…
Reference in New Issue
Block a user