Remove readln and add NORUN marker for tw40453 test

This commit is contained in:
Pierre Muller 2023-10-15 11:22:05 +00:00
parent 6b7afc6b08
commit 8c620daf33

View File

@ -1,3 +1,5 @@
{%NORUN}
program Project1;
{$mode delphi}
@ -15,5 +17,4 @@ type
begin
Test<TEnum>(B);
ReadLn;
end.