mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-12 22:19:09 +02:00
Debugger: fix tests
This commit is contained in:
parent
5114026173
commit
da18a60294
@ -2370,6 +2370,7 @@ end;
|
||||
constructor TWatchExpectationList.Create(ATest: TDBGTestCase);
|
||||
begin
|
||||
FWatchResultPrinter := TWatchResultPrinter.Create;
|
||||
FWatchResultPrinter.FormatFlags := [];
|
||||
FTest := ATest;
|
||||
FTypeNameAliases := TStringList.Create;
|
||||
inherited Create;
|
||||
|
Loading…
Reference in New Issue
Block a user