mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-04 01:10:23 +02:00
* fix test
git-svn-id: trunk@18274 -
This commit is contained in:
parent
c011949765
commit
5419011856
@ -10,7 +10,7 @@ end;
|
|||||||
|
|
||||||
|
|
||||||
const
|
const
|
||||||
test_expected : array[0..2{$ifdef cpux86_64}+2{$ifdef cpux86_64}] of byte = (
|
test_expected : array[0..2{$ifdef cpux86_64}+2{$endif cpux86_64}] of byte = (
|
||||||
$CF,$66,$CF{$ifdef cpux86_64},$48,$cf{$endif cpux86_64});
|
$CF,$66,$CF{$ifdef cpux86_64},$48,$cf{$endif cpux86_64});
|
||||||
|
|
||||||
var
|
var
|
||||||
@ -27,4 +27,3 @@ begin
|
|||||||
end;
|
end;
|
||||||
writeln('ok');
|
writeln('ok');
|
||||||
end.
|
end.
|
||||||
end.
|
|
||||||
|
Loading…
Reference in New Issue
Block a user