Explorar el Código

Remove readln and add NORUN marker for tw40453 test

Pierre Muller hace 1 año
padre
commit
8c620daf33
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  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.