codetools: fixed tests TestParseModeTP

git-svn-id: trunk@57647 -
This commit is contained in:
mattias 2018-04-12 19:36:09 +00:00
parent d43000198c
commit a5293996d9

View File

@ -454,7 +454,7 @@ begin
Add([
'program test1;',
'{$mode tp}',
'{ {} end; }',
'{ {}',
'begin']);
ParseModule;
end;