* Test for bug ID #26773

git-svn-id: trunk@28997 -
This commit is contained in:
michael 2014-11-05 22:23:56 +00:00
parent cbd817b5e8
commit 34941fde71

View File

@ -76,7 +76,7 @@ begin
TVarData(v).VType:=SampleVariant.VarType;
v.AnyField := 100;
if v.AnyField=100 then
writeln('ok') else
writeln('ERROR: v.AnyField=',v.AnyField);
readln;
Halt(0)
else
halt(1);
end.