]> andersk Git - splint.git/blobdiff - test/charlit.expect
Fixed problem with make dist so that packages can be made and distributed.
[splint.git] / test / charlit.expect
index 8bf01d47a9c518339a80e371b11393f8bf0406eb..0b76814b80da1708bd22cd6a8f585111a7edab63 100644 (file)
@@ -9,7 +9,7 @@ charlit.c:8:10: Return value type char does not match declared type int: 'a'
 charlit.c:12:14: Variable u initialized to type int, expects unsigned int: -3
   To ignore signs in type comparisons use +ignoresigns
 
-Finished LCLint checking --- 4 code errors found, as expected
+Finished checking --- 4 code warnings, as expected
 
 charlit.c: (in function f)
 charlit.c:3:11: Variable x initialized to type char, expects int: 'a'
@@ -26,6 +26,6 @@ charlit.c:11:18: Initial value of s[1] is type int, expects short int: -1
 charlit.c:12:14: Variable u initialized to type int, expects unsigned int: -3
   To ignore signs in type comparisons use +ignoresigns
 
-Finished LCLint checking --- 6 code errors found, expected 5
+Finished checking --- 6 code warnings, as expected
 
-Finished LCLint checking --- no code errors found
+Finished checking --- no warnings
This page took 0.035477 seconds and 4 git commands to generate.