Browse Source

fcl-passrc: fixed test

mattias 5 days ago
parent
commit
11838cc988
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/fcl-passrc/tests/tcresolver.pas

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

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