mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-27 00:09:39 +02:00
* resource string table simple compilation test
(align of table)
This commit is contained in:
parent
f5a775bc7c
commit
e8a8374e77
24
tests/test/talign1.pp
Normal file
24
tests/test/talign1.pp
Normal file
@ -0,0 +1,24 @@
|
||||
{ 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.
|
||||
{
|
||||
$Log$
|
||||
Revision 1.1 2002-10-21 21:12:13 carl
|
||||
* resource string table simple compilation test
|
||||
(align of table)
|
||||
|
||||
}
|
Loading…
Reference in New Issue
Block a user