mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-07 22:47:59 +02:00
* needs error 210
This commit is contained in:
parent
d30f99c17e
commit
93cc3964a5
@ -68,6 +68,8 @@ program test_fail;
|
||||
var
|
||||
mem : sizeint;
|
||||
begin
|
||||
require_error(210);
|
||||
|
||||
mem:=0;
|
||||
DoMem(mem);
|
||||
new(pa1,init(false));
|
||||
|
Loading…
Reference in New Issue
Block a user