فهرست منبع

fcl-passrc: fixed test

mattias 3 هفته پیش
والد
کامیت
11838cc988
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      packages/fcl-passrc/tests/tcresolver.pas

+ 1 - 1
packages/fcl-passrc/tests/tcresolver.pas

@@ -17607,7 +17607,7 @@ begin
   'begin',
   'end.']);
   ParseProgram;
-  CheckResolverHint(mtHint,nTextAfterFinalIgnored,sTextAfterFinalIgnored);
+  CheckResolverHint(mtHint,nTextAfterFinalIgnored,sTextAfterFinalIgnored+' afile.pp(4,4)');
   CheckResolverUnexpectedHints(true);
 end;