LazDebuggerFp: Fix watches test. It was accidentally limited to a single sub-test in a37d077199

This commit is contained in:
Martin 2022-03-21 20:28:22 +01:00
parent 1ba6c2f11a
commit e33da7bf02

View File

@ -1186,10 +1186,9 @@ begin
//t.Add('gvBitPackBoolArray', weStatArray(weBool([True, False, True, True]) ));
//t.Add('MyClass2.cl_c_Byte', weStatArray(weBool([True, False, True, True]) ));
//t.Add('MyClass2.cl_c_ShortRec', weStatArray(weBool([True, False, True, True]) ));
t.Add('', 'gcPChar', wePointer(weAnsiStr(''), 'PChar'));
t.EvaluateWatches;
t.CheckResults;
exit;
//t.EvaluateWatches;
//t.CheckResults;
//exit;
t.Add('U8Data1', weAnsiStr(''''#$E2#$89#$A7'''', 'Utf8String'))
//t.Add('U8Data1', weAnsiStr(''''#$2267'''', 'Utf8String'))