Browse Source

Remove readln and add NORUN marker for tw40453 test

Pierre Muller 1 year ago
parent
commit
8c620daf33
1 changed files with 2 additions and 1 deletions
  1. 2 1
      tests/webtbs/tw40453.pp

+ 2 - 1
tests/webtbs/tw40453.pp

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