فهرست منبع

Remove readln and add NORUN marker for tw40453 test

Pierre Muller 1 سال پیش
والد
کامیت
8c620daf33
1فایلهای تغییر یافته به همراه2 افزوده شده و 1 حذف شده
  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.