mirror of
https://gitlab.com/freepascal.org/fpc/pas2js.git
synced 2025-04-05 18:17:45 +02:00
* Enable all tests
This commit is contained in:
parent
796126d257
commit
62ed888c1d
@ -421,7 +421,6 @@ begin
|
||||
end;
|
||||
|
||||
begin
|
||||
RegisterTests([TTestSimpleList//, TTestSingleObjectList
|
||||
]);
|
||||
RegisterTests([ TTestSimpleList,TTestSingleObjectList]);
|
||||
end.
|
||||
|
||||
|
@ -26,10 +26,10 @@ program testrtl;
|
||||
|
||||
uses
|
||||
browserconsole, consoletestrunner, frmrtlrun,
|
||||
// tcstream, tccompstreaming, simplelinkedlist, tcsyshelpers
|
||||
tcstream, tccompstreaming, simplelinkedlist, tcsyshelpers,
|
||||
// tcgenarrayhelper,
|
||||
// tcstringhelp
|
||||
// tcgenericdictionary,
|
||||
tcstringhelp,
|
||||
tcgenericdictionary,
|
||||
tcgenericlist,
|
||||
strutils, sysutils, webutils;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user