]> andersk Git - splint.git/blobdiff - test/lintcomments.expect
Renaming - LCLint => Splint
[splint.git] / test / lintcomments.expect
index 0336249ce2fb5e3ec8af05631de7c6015ccce274..00d8f7b8fe350fddbf79db5e5290f1d4e42fde17 100644 (file)
@@ -11,12 +11,12 @@ lintcomments.c:23:21: Traditional lint comment /*NOTREACHED*/ used.  This is
     interpreted by LCLint in the same way as most Unix lints, but it is
     preferable to replace it with the /*@notreached@*/ semantic comment.
 
-Finished LCLint checking --- 4 code errors found, as expected
+Finished checking --- 4 code warnings, as expected
 
 lintcomments.c: (in function f)
 lintcomments.c:11:13: Fall through case (no preceding break)
 
-Finished LCLint checking --- 1 code error found, as expected
+Finished checking --- 1 code warning, as expected
 
 lintcomments.c: (in function f)
 lintcomments.c:9:10: Fall through case (no preceding break)
@@ -24,4 +24,4 @@ lintcomments.c:10:10: Fall through case (no preceding break)
 lintcomments.c:11:13: Fall through case (no preceding break)
 lintcomments.c:24:8: Unreachable code: i++
 
-Finished LCLint checking --- 4 code errors found, as expected
+Finished checking --- 4 code warnings, as expected
This page took 0.03377 seconds and 4 git commands to generate.