Browse Source

fcl-passrc: test export unitname.name

mattias 3 years ago
parent
commit
203b5e636f
1 changed files with 2 additions and 1 deletions
  1. 2 1
      packages/fcl-passrc/tests/tcresolver.pas

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

@@ -18800,7 +18800,8 @@ begin
   'end;',
   'exports',
   '  Run,',
-  '  Fly name ''FlyHi'';',
+  '  Fly name ''FlyHi'',',
+  '  afile.run name ''Runner'';',
   'exports',
   '  Run index 3+4;',
   'begin',