GdbmiDebugger, test: change expectations for fixed "array of string"

git-svn-id: trunk@64962 -
This commit is contained in:
martin 2021-04-10 23:48:12 +00:00
parent 3e94b2c2da
commit 5452565811

View File

@ -666,7 +666,7 @@ begin
r^.Result := ParseTypeFromGdb('type = array of TFoo');
ContinueExpr(b, r, 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);