mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-07 06:28:55 +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;
|
||||
|
||||
{$mode delphi}
|
||||
@ -15,5 +17,4 @@ type
|
||||
|
||||
begin
|
||||
Test<TEnum>(B);
|
||||
ReadLn;
|
||||
end.
|
||||
|
Loading…
Reference in New Issue
Block a user