X-Git-Url: http://andersk.mit.edu/gitweb/splint.git/blobdiff_plain/8e349e1176b8e76e2eaec467ce10d69d7acb5504..3739432e0566b867843a4e08ddf315bb83c33eac:/test/for.expect diff --git a/test/for.expect b/test/for.expect index 22aa76a..cccbaf1 100644 --- a/test/for.expect +++ b/test/for.expect @@ -1,8 +1,9 @@ for.c: (in function f) -for.c:13:5: Unresolved constraint: - Lclint is unable to resolve Requires: : (i @ for.c:13:7 ) <= ( 10 ) - needed to satisfy Requires: : MAXSET ((t @ for.c:13:5 ) ) >= (i @ - for.c:13:7 ) +for.c:13:5: Possible out-of-bounds store: + Unable to resolve constraint: + requires i @ for.c:13:7 <= 10 + needed to satisfy precondition: + requires maxSet(t @ for.c:13:5) >= i @ for.c:13:7 -Finished LCLint checking --- 1 code error found +Finished checking --- 1 code warning, as expected