]> andersk Git - splint.git/blobdiff - test/outglob.expect
Got rid of [look into this ] messages in null.expect and outglob.expect
[splint.git] / test / outglob.expect
index d63b95d64054d4b392a33d1dc6ef4bfe737647d3..f1126c5139d2d44c70ee94dcfa53fb2250bb24d9 100644 (file)
@@ -11,10 +11,10 @@ outglob.c:21:10: Undef global x1 used before definition
 outglob.c:22:10: Global x2 used by function undefined before call: g
 outglob.c:27:10: Undef global x3 used before definition
 outglob.c:37:14: Function returns with global x3 undefined
-   outglob.lcl:3: Storage x3 becomes undefined
+   outglob.c:5:20: Storage x3 defined
 outglob.c:41:13: Function returns with global x2 undefined
-   outglob.lcl:3: Storage x2 becomes undefined
+   outglob.c:1:12: Storage x2 defined
 outglob.c:41:13: Function returns with global x3 undefined
-   outglob.lcl:3: Storage x3 becomes undefined
+   outglob.c:5:20: Storage x3 defined
 
 Finished checking --- 10 code warnings, as expected
This page took 0.34269 seconds and 4 git commands to generate.