Changeset 229 for branches/xpascal/Forms/FormMain.pas
- Timestamp:
- Jun 24, 2023, 11:23:26 PM (17 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/xpascal/Forms/FormMain.pas
r228 r229 75 75 uses 76 76 Parser, Executor, GeneratorPascal, GeneratorPhp, FormTests, Translator, 77 GeneratorCSharp, GeneratorXml, ParserPascal ;77 GeneratorCSharp, GeneratorXml, ParserPascal, Tests; 78 78 79 79 { TFormMain } … … 198 198 with TFormTests.Create(nil) do 199 199 try 200 TestCases := GetTests; 200 201 ShowModal; 201 202 finally 203 TestCases.Free; 202 204 Free; 203 205 end;
Note:
See TracChangeset
for help on using the changeset viewer.