]> andersk Git - splint.git/blobdiff - test/abstptr.expect
Renaming - LCLint => Splint
[splint.git] / test / abstptr.expect
index 1b1d5a3f774ada104e58af5a03f76cfc00890e6c..bf5a4b1b5b06d630e531ca42ffff6714c52d9437 100644 (file)
@@ -11,7 +11,7 @@ abstptr.c:20:16: Cast to underlying abstract type abst *: (abst *)&b
 abstptr.c:21:3: Assignment of int * to abst *: ap = &b
 abstptr.c:22:3: Assignment of int to abst: *ap = b
 
-Finished LCLint checking --- 9 code errors found, as expected
+Finished checking --- 9 code warnings, as expected
 
 abstptr.c: (in function main)
 abstptr.c:14:3: Assignment of abst * to int *: ip = ap2
@@ -22,4 +22,4 @@ abstptr.c:20:16: Cast to underlying abstract type abst *: (abst *)&b
 abstptr.c:21:3: Assignment of int * to abst *: ap = &b
 abstptr.c:22:3: Assignment of int to abst: *ap = b
 
-Finished LCLint checking --- 6 code errors found, as expected
+Finished checking --- 6 code warnings, as expected
This page took 0.091317 seconds and 4 git commands to generate.