mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 22:29:24 +02:00
* test fixed
This commit is contained in:
parent
9f811b8bca
commit
9806510b53
@ -17,7 +17,9 @@ var
|
||||
|
||||
begin
|
||||
w := 0;
|
||||
p := pchar(w); // should fail, because sizeof(w)<>sizeof(p) on this platform.
|
||||
//a := T4Bytes(w); // should fail, and it does
|
||||
// The next line should compile, delphi compatible
|
||||
p := pchar(w);
|
||||
// should fail, and it does
|
||||
a := T4Bytes(w);
|
||||
end.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user