Debugger: fix tests

This commit is contained in:
Martin 2024-05-18 18:01:21 +02:00
parent 5114026173
commit da18a60294

View File

@ -2370,6 +2370,7 @@ end;
constructor TWatchExpectationList.Create(ATest: TDBGTestCase);
begin
FWatchResultPrinter := TWatchResultPrinter.Create;
FWatchResultPrinter.FormatFlags := [];
FTest := ATest;
FTypeNameAliases := TStringList.Create;
inherited Create;