X-Git-Url: http://andersk.mit.edu/gitweb/splint.git/blobdiff_plain/80ee600a548f705b2875267c01bcc63e95203578..51bc6ecce8b6e9877dccd8bda2cf220b47e6929c:/test/refcounts.expect diff --git a/test/refcounts.expect b/test/refcounts.expect index 4575ec7..2711f2f 100644 --- a/test/refcounts.expect +++ b/test/refcounts.expect @@ -6,7 +6,7 @@ refcounts.c:24:10: New reference returned as temp reference: rp_create2() refcounts.c: (in function rp_f) refcounts.c:32:3: Kill reference parameter r2 (type rp) not released before assignment: r2 = rp_temp() - refcounts.c:27:50: Storage r2 becomes newref + refcounts.c:27:50: Storage r2 becomes killref refcounts.c: (in function rp_ref) refcounts.c:48:10: Reference counted storage returned without modifying reference count: x @@ -20,4 +20,4 @@ refcounts.c:71:3: New reference z2 (type rp) not released before assignment: refcounts.c:72:13: New reference z2 not released before return refcounts.c:71:3: Storage z2 becomes newref -Finished LCLint checking --- 7 code errors found, as expected +Finished checking --- 7 code warnings, as expected