瀏覽代碼

* forgot that tests should be non interactive !!

pierre 25 年之前
父節點
當前提交
7a4ea522ae
共有 1 個文件被更改,包括 0 次插入4 次删除
  1. 0 4
      tests/webtbs/tbug816.pp

+ 0 - 4
tests/webtbs/tbug816.pp

@@ -1,7 +1,6 @@
 uses graph;
 uses graph;
 var
 var
  gd,gm:integer;
  gd,gm:integer;
- s : string;
  testimage:array[1..50000] of byte; {this is plenty big}
  testimage:array[1..50000] of byte; {this is plenty big}
 begin
 begin
  gd:=VESA;
  gd:=VESA;
@@ -12,7 +11,6 @@ begin
      Writeln('Unable to open driver ',gd,' in mode ',gm);
      Writeln('Unable to open driver ',gd,' in mode ',gm);
      Halt(1);
      Halt(1);
    end;
    end;
- readln(s);
  line(0,0,639,399);
  line(0,0,639,399);
  getimage(190,49,257,125,testimage);
  getimage(190,49,257,125,testimage);
  { a simple statement, and yet
  { a simple statement, and yet
@@ -22,7 +20,5 @@ begin
    Is this a bug in getimage, or is there something i am
    Is this a bug in getimage, or is there something i am
    missing here?
    missing here?
   }
   }
-
- readln(s);
  closegraph;
  closegraph;
 end.
 end.