fpc/tests/test/talign1.pp
fpc 790a4fe2d3 * log and id tags removed
git-svn-id: trunk@42 -
2005-05-21 09:42:41 +00:00

18 lines
312 B
ObjectPascal

{ This verifies if the resource string table
is correctly aligned, normally the assembler
should be verified manually.
}
unit talign1;
{$mode objfpc}
interface
resourcestring
First = 'This is is a small test of a unit for resource strings';
Second = 'This is also a small test';
implementation
end.