]> andersk Git - splint.git/blobdiff - test/lintcomments.expect
Fixed preds.expect for name change.
[splint.git] / test / lintcomments.expect
index f2a2fe2633ca922d35857d47bd48b737683dc5e3..45bfb198a4198bf6af42b2ea5b4064978b390780 100644 (file)
@@ -1,27 +1,30 @@
 
 lintcomments.c: (in function f)
+lintcomments.c:7:51: Traditional lint comment /*FALLTHROUGH*/ used.  This is
+    interpreted by LCLint in the same way as most Unix lints, but it is
+    preferable to replace it with the /*@fallthrough@*/ semantic comment
 lintcomments.c:8:33: Traditional lint comment /*FALLTHROUGH*/ used.  This is
     interpreted by LCLint in the same way as most Unix lints, but it is
-    preferable to replace it with the /*@fallthrough@*/ stylized comment
+    preferable to replace it with the /*@fallthrough@*/ semantic comment
 lintcomments.c:9:30: Traditional lint comment /*FALLTHRU*/ used.  This is
     interpreted by LCLint in the same way as most Unix lints, but it is
-    preferable to replace it with the /*@fallthrough@*/ stylized comment
-lintcomments.c:11:13: Fall through case (no preceeding break)
+    preferable to replace it with the /*@fallthrough@*/ semantic comment
+lintcomments.c:11:13: Fall through case (no preceding break)
 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@*/ stylized comment.
+    preferable to replace it with the /*@notreached@*/ semantic comment.
 
-Finished LCLint checking --- 4 code errors found, as expected
+Finished checking --- 5 code warnings, as expected
 
 lintcomments.c: (in function f)
-lintcomments.c:11:13: Fall through case (no preceeding break)
+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 preceeding break)
-lintcomments.c:10:10: Fall through case (no preceeding break)
-lintcomments.c:11:13: Fall through case (no preceeding break)
+lintcomments.c:9:10: Fall through case (no preceding break)
+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.124163 seconds and 4 git commands to generate.