mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 12:46:11 +02:00
* fixed test in case a widestringmanager is installed
git-svn-id: trunk@33611 -
This commit is contained in:
parent
2f81c14ee9
commit
eabcabe329
@ -10,6 +10,7 @@ begin
|
|||||||
halt(1);
|
halt(1);
|
||||||
s:=s+'NAME';
|
s:=s+'NAME';
|
||||||
writeln(stringcodepage(s));
|
writeln(stringcodepage(s));
|
||||||
if stringcodepage(s)<>0 then
|
if (stringcodepage(s)<>0) and
|
||||||
|
(stringcodepage(s)<>DefaultSystemCodePage) then
|
||||||
halt(2);
|
halt(2);
|
||||||
end.
|
end.
|
||||||
|
Loading…
Reference in New Issue
Block a user