mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-14 20:19:16 +02:00
GdbmiDebugger, test: change expectations for fixed "array of string"
git-svn-id: trunk@64962 -
This commit is contained in:
parent
3e94b2c2da
commit
5452565811
@ -666,7 +666,7 @@ begin
|
|||||||
r^.Result := ParseTypeFromGdb('type = array of TFoo');
|
r^.Result := ParseTypeFromGdb('type = array of TFoo');
|
||||||
ContinueExpr(b, r, v);
|
ContinueExpr(b, r, v);
|
||||||
AssertTrue(n + ' Needexp after dyn array(dwarf)', not v);
|
AssertTrue(n + ' Needexp after dyn array(dwarf)', not v);
|
||||||
AssertEqualsLc(n + ' text after dyn array(dwarf)', 'TFoo(abc^[123]).x', b.Text);
|
AssertEqualsLc(n + ' text after dyn array(dwarf)', 'TFoo((abc^+0)[123]).x', b.Text);
|
||||||
|
|
||||||
|
|
||||||
InitExpr(n, b, r, v);
|
InitExpr(n, b, r, v);
|
||||||
|
Loading…
Reference in New Issue
Block a user