mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-17 15:49:16 +02:00
Remove readln and add NORUN marker for tw40453 test
This commit is contained in:
parent
6b7afc6b08
commit
8c620daf33
@ -1,3 +1,5 @@
|
|||||||
|
{%NORUN}
|
||||||
|
|
||||||
program Project1;
|
program Project1;
|
||||||
|
|
||||||
{$mode delphi}
|
{$mode delphi}
|
||||||
@ -15,5 +17,4 @@ type
|
|||||||
|
|
||||||
begin
|
begin
|
||||||
Test<TEnum>(B);
|
Test<TEnum>(B);
|
||||||
ReadLn;
|
|
||||||
end.
|
end.
|
||||||
|
Loading…
Reference in New Issue
Block a user