mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-13 11:24:14 +02:00
* fixed typo introduced while prettifying the test
git-svn-id: trunk@4435 -
This commit is contained in:
parent
73d9beecff
commit
054bc27aaa
@ -12,7 +12,7 @@ begin
|
||||
Format('%*s', [Integer(length(s)), s]);
|
||||
// this is only seemingly equivalent to above, but on 64 bit
|
||||
// machines the default integer type is Int64
|
||||
Format('%*s', [length(s), s])
|
||||
Format('%*s', [length(s), s]);
|
||||
// also test QWord
|
||||
Format('%*s', [QWord(length(s)), s]);
|
||||
end.
|
Loading…
Reference in New Issue
Block a user