Browse Source

* fixed typo

carl 23 years ago
parent
commit
c9c8d73769
1 changed files with 5 additions and 2 deletions
  1. 5 2
      tests/test/cg/taddbool.pp

+ 5 - 2
tests/test/cg/taddbool.pp

@@ -15,7 +15,7 @@ TYPE
 
 
 procedure fail;
 procedure fail;
 begin
 begin
-  WriteLn('Failure.');
+  WriteLn('Failed!');
   halt(1);
   halt(1);
 end;
 end;
 
 
@@ -569,7 +569,10 @@ end.
 
 
 {
 {
   $Log$
   $Log$
-  Revision 1.3  2002-03-05 21:54:52  carl
+  Revision 1.4  2002-04-13 21:01:55  carl
+  * fixed typo
+
+  Revision 1.3  2002/03/05 21:54:52  carl
   * Adapted for automated testing
   * Adapted for automated testing
 
 
   Revision 1.2  2001/07/27 02:55:35  carl
   Revision 1.2  2001/07/27 02:55:35  carl