]> andersk Git - splint.git/commitdiff
Removed bufferTest
authorevans1629 <evans1629>
Tue, 16 Oct 2001 16:51:01 +0000 (16:51 +0000)
committerevans1629 <evans1629>
Tue, 16 Oct 2001 16:51:01 +0000 (16:51 +0000)
test/bufferTest.expect [deleted file]

diff --git a/test/bufferTest.expect b/test/bufferTest.expect
deleted file mode 100644 (file)
index 230e3fc..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-
-test4.c: (in function t)
-test4.c:6:3: Variable g used before definition
-test4.c:6:3: Possible out-of-bounds store:
-    Unable to resolve constraint:
-    requires maxSet(g @ test4.c:6:3) >= 100
-     needed to satisfy precondition:
-    requires maxSet(g @ test4.c:6:3) >= 100
-test6.c:2:6: Function t defined more than once
-   test4.c:15:1: Previous definition of t
-test6.c: (in function t)
-test6.c:5:4: Variable g used before definition
-test6.c:6:3: Possible out-of-bounds store:
-    Unable to resolve constraint:
-    requires maxSet(g @ test6.c:5:4) >= 1
-     needed to satisfy precondition:
-    requires maxSet(g @ test6.c:6:3) >= 0
-test6.c:6:10: Possible out-of-bounds read:
-    Unable to resolve constraint:
-    requires maxRead(g @ test6.c:5:4) >= 2
-     needed to satisfy precondition:
-    requires maxRead(g @ test6.c:6:10) >= 1
-
-Finished LCLint checking --- 6 code errors found
This page took 0.046999 seconds and 5 git commands to generate.