Manual integration error in #12235.
[p5sagit/p5-mst-13.2.git] / lib / integer.t
index 4184747..a74c404 100644 (file)
@@ -43,4 +43,4 @@ SKIP: {
     }
 }
 
-is(~0, -1, "unsigned");
+is(~0, -1, "signed instead of unsigned");