fpc/tests/webtbs/tw22428.pp
svenbarth 54c1e638ad Fix for Mantis .
* pgenutil.pas, generate_specialization:
  * return a generrordef instead of Nil when returning because of an error
  * always check "genname" for a generic count string as a mode ObjFPC generic specialized in a mode Delphi unit will already contain a "$X" suffix and only symname will be set.
+ add (corrected) test

git-svn-id: trunk@22462 -
2012-09-26 15:03:37 +00:00

15 lines
117 B
ObjectPascal

unit tw22428;
{$MODE DELPHI}
interface
uses uw22428;
implementation
initialization
TWrapper<Byte>.Test;
end.