Browse Source

* tbs0020 and tbf0071 updated

pierre 26 years ago
parent
commit
2c4e4b5565
3 changed files with 1 additions and 7 deletions
  1. 1 1
      tests/tbf0071.pp
  2. 0 1
      tests/tbs0020.pp
  3. 0 5
      tests/tbs0071.pp

+ 1 - 1
tests/tbf0071.pp

@@ -1,4 +1,4 @@
-program tbs0071;
+program tbf0071;
 
 
 begin
 begin
   writeln ('
   writeln ('

+ 0 - 1
tests/tbs0020.pp

@@ -3,7 +3,6 @@
 {$ifdef linux}
 {$ifdef linux}
 uses
 uses
   Gpm;
   Gpm;
-{$endif def linux}
 
 
 var
 var
   Conn: TGPMConnect;
   Conn: TGPMConnect;

+ 0 - 5
tests/tbs0071.pp

@@ -1,5 +0,0 @@
-program tbs0071;
-
-begin
-  writeln ('
-end.