* add a knowncompileerror for big endian case

This commit is contained in:
pierre 2003-04-24 09:40:01 +00:00
parent a15ad1e3a3
commit a9ea64b788

View File

@ -1,4 +1,5 @@
{ %OPT=-vn }
{ %KNOWNCOMPILEERROR= Typecasting assignment values with types of different sizes is refused even in TP mode for big endian cpus }
{$ifdef ENDIAN_BIG}
{$note This test should fail on big endian machines. }
{$endif}