summaryrefslogtreecommitdiff
path: root/packages/pastojs/tests/tcfiler.pas
diff options
context:
space:
mode:
authorjonas <jonas@3ad0048d-3df7-0310-abae-a5850022a9f2>2019-06-20 20:57:37 +0000
committerjonas <jonas@3ad0048d-3df7-0310-abae-a5850022a9f2>2019-06-20 20:57:37 +0000
commit3baab8bff0116ee3df001833e723cbbda9c540df (patch)
treed5a46b9041676f7e25355f14df6db86b47cd31bb /packages/pastojs/tests/tcfiler.pas
parentdd321341472d48dec57e23cbae7fc77450a58e61 (diff)
parent617d7429dc0750b9664d5e38270189c78d2c2a69 (diff)
downloadfpc-3baab8bff0116ee3df001833e723cbbda9c540df.tar.gz
* synchronised with trunk till r42258debug_eh
git-svn-id: https://svn.freepascal.org/svn/fpc/branches/debug_eh@42259 3ad0048d-3df7-0310-abae-a5850022a9f2
Diffstat (limited to 'packages/pastojs/tests/tcfiler.pas')
-rw-r--r--packages/pastojs/tests/tcfiler.pas3
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/pastojs/tests/tcfiler.pas b/packages/pastojs/tests/tcfiler.pas
index 464b2608b2..491a2f62c9 100644
--- a/packages/pastojs/tests/tcfiler.pas
+++ b/packages/pastojs/tests/tcfiler.pas
@@ -1358,7 +1358,8 @@ end;
procedure TCustomTestPrecompile.CheckRestoredInlineSpecializedExpr(
const Path: string; Orig, Rest: TInlineSpecializeExpr);
begin
- CheckRestoredElOrRef(Path+'.DestType',Orig,Orig.DestType,Rest,Rest.DestType);
+ CheckRestoredElement(Path+'.NameExpr',Orig.NameExpr,Rest.NameExpr);
+ CheckRestoredElementList(Path+'.Params',Orig.Params,Rest.Params);
end;
procedure TCustomTestPrecompile.CheckRestoredRangeType(const Path: string;