]> andersk Git - splint.git/blobdiff - test/sizeoftest.out
REmoved non-working test from make file and changed .expects to reflect the new messa...
[splint.git] / test / sizeoftest.out
index 223775ed85ce5974bb4029224cb2bc2a56e817ba..c2e95bed6c73ac903677d72b530372ab3985baa0 100644 (file)
@@ -1,8 +1,8 @@
 
 sizeof.c: (in function main)
 sizeof.c:6:2: Possible out-of-bounds store.  Unable to resolve constraint:
-    requires: : ( 2 )   >=  ( 3 ) 
+    requires 2 >= 3
      needed to satisfy precondition:
-    requires: : maxSet ((x @ sizeof.c:6:2 ) )  >=  ( 3 ) 
+    requires maxSet(x @ sizeof.c:6:2) >= 3
 
 Finished LCLint checking --- 1 code error found
This page took 0.032471 seconds and 4 git commands to generate.