]> andersk Git - splint.git/blobdiff - test/constannot.expect
*** empty log message ***
[splint.git] / test / constannot.expect
index 87aeb49fe2773ca8ed1276a904273506c93cde45..d8cfbb59412fa3acfb5508f0ef2eec21b8754ede 100644 (file)
@@ -1,11 +1,13 @@
 
 constannot.c: (in function foo2)
-constannot.c:11:3: Possible out-of-bounds store.  Unable to resolve constraint:
+constannot.c:11:3: Possible out-of-bounds store:
+    Unable to resolve constraint:
     requires maxSet(str @ constannot.c:11:3) >= 20
      needed to satisfy precondition:
     requires maxSet(str @ constannot.c:11:3) >= 20
 constannot.c: (in function foo3)
-constannot.c:20:3: Possible out-of-bounds store.  Unable to resolve constraint:
+constannot.c:20:3: Possible out-of-bounds store:
+    Unable to resolve constraint:
     requires <const int=20> <= 19
      needed to satisfy precondition:
     requires maxSet(buf @ constannot.c:20:8) >= <const int=20>
This page took 0.076838 seconds and 4 git commands to generate.