mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-30 02:49:35 +02:00
LazDebuggerFp: Fix watches test. It was accidentally limited to a single sub-test in a37d077199
This commit is contained in:
parent
1ba6c2f11a
commit
e33da7bf02
@ -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'))
|
||||
|
Loading…
Reference in New Issue
Block a user