Change 11944 by jhi@alpha on 2001/09/07 22:57:00

        Thinko.

Affected files ...

... //depot/perl/lib/integer.t#2 edit

Differences ...

==== //depot/perl/lib/integer.t#2 (text) ====
Index: perl/lib/integer.t
--- perl/lib/integer.t.~1~      Fri Sep  7 17:00:06 2001
+++ perl/lib/integer.t  Fri Sep  7 17:00:06 2001
@@ -43,4 +43,4 @@
     }
 }
 
-is(~0, -1, "unsigned");
+is(~0, -1, "signed instead of unsigned");
End of Patch.

Reply via email to