* fixed test in case a widestringmanager is installed

git-svn-id: trunk@33611 -
This commit is contained in:
Jonas Maebe 2016-05-02 08:23:14 +00:00
parent 2f81c14ee9
commit eabcabe329

View File

@ -10,6 +10,7 @@ begin
halt(1);
s:=s+'NAME';
writeln(stringcodepage(s));
if stringcodepage(s)<>0 then
if (stringcodepage(s)<>0) and
(stringcodepage(s)<>DefaultSystemCodePage) then
halt(2);
end.