Browse Source

* fix int64 test

peter 23 năm trước cách đây
mục cha
commit
6a7e86a86a
1 tập tin đã thay đổi với 5 bổ sung2 xóa
  1. 5 2
      tests/test/cg/tcase.pp

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

@@ -173,7 +173,7 @@ procedure TestCmpListTwoInt64;
    failed :boolean;
   begin
     Write('Linear Comparison list without ranges (int64)...');
-    l:=1;
+    l:=3000000;
     s := (int64(l) shl 32);
     failed := true;
     case s of
@@ -358,7 +358,10 @@ end.
 
 {
    $Log$
-   Revision 1.3  2002-09-29 14:37:22  carl
+   Revision 1.4  2002-11-16 15:38:12  peter
+     * fix int64 test
+
+   Revision 1.3  2002/09/29 14:37:22  carl
      * must more 64-bit testing (to detect endian specific problems)
 
    Revision 1.2  2002/09/07 15:40:55  peter