瀏覽代碼

Remove readln and add NORUN marker for tw40453 test

Pierre Muller 2 年之前
父節點
當前提交
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.