From: Jarkko Hietaniemi Date: Fri, 7 Sep 2001 22:57:00 +0000 (+0000) Subject: Thinko. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=05f18d1e4fbffbbd3264b216e7ec3d0d12c172b7;p=p5sagit%2Fp5-mst-13.2.git Thinko. p4raw-id: //depot/perl@11944 --- diff --git a/lib/integer.t b/lib/integer.t index 4184747..a74c404 100644 --- a/lib/integer.t +++ b/lib/integer.t @@ -43,4 +43,4 @@ SKIP: { } } -is(~0, -1, "unsigned"); +is(~0, -1, "signed instead of unsigned");