]> andersk Git - splint.git/blobdiff - test/cases.expect
Remove unused cpplib_createDefinition.
[splint.git] / test / cases.expect
index d6d0f441a3d6a7d57e8dda01f608a436c9a467ec..2061b3e2f6b8fd43c85b6a66b730b31b1289e7dd 100644 (file)
@@ -6,30 +6,34 @@ cases.c:30:10: Fall through case (no preceding break)
 cases.c:37:13: Fall through case (no preceding break)
 cases.c:40:2: Path with no return in function declared to return int
 
-Finished LCLint checking --- 5 code errors found, as expected
+Finished checking --- 5 code warnings, as expected
 
 cases2.c: (in function f2)
 cases2.c:26:5: Variable x is released in one possible execution, but live in
                   other possible execution.
-   cases2.c:23:16: Storage x is released
+   cases2.c:26:5: in one possible execution:
+   cases2.c:23:16: Storage x released
 cases2.c: (in function f3)
 cases2.c:37:5: Variable x is released in one possible execution, but live in
                   other possible execution.
-   cases2.c:36:16: Storage x is released
+   cases2.c:37:5: in one possible execution:
+   cases2.c:36:16: Storage x released
 
-Finished LCLint checking --- 2 code errors found, as expected
+Finished checking --- 2 code warnings, as expected
 
 cases2.c: (in function f2)
 cases2.c:26:5: Variable x is released in one possible execution, but live in
                   other possible execution.
-   cases2.c:23:16: Storage x is released
+   cases2.c:26:5: in one possible execution:
+   cases2.c:23:16: Storage x released
 cases2.c: (in function f3)
 cases2.c:37:5: Variable x is released in one possible execution, but live in
                   other possible execution.
-   cases2.c:36:16: Storage x is released
+   cases2.c:37:5: in one possible execution:
+   cases2.c:36:16: Storage x released
 cases2.c:1:24: Function g declared but not defined
 
-Finished LCLint checking --- 3 code errors found, as expected
+Finished checking --- 3 code warnings, as expected
 
 cases2.c: (in function f2)
 cases2.c:28:12: Variable x used after being released
@@ -39,4 +43,4 @@ cases2.c:39:12: Variable x used after being released
    cases2.c:36:16: Storage x released
 cases2.c:1:24: Function g declared but not defined
 
-Finished LCLint checking --- 3 code errors found, as expected
+Finished checking --- 3 code warnings, as expected
This page took 0.033586 seconds and 4 git commands to generate.