We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92c0914 commit 6ddaa1bCopy full SHA for 6ddaa1b
2 files changed
src/test/resources/all/issues/carbon/0391.vpr
@@ -0,0 +1,18 @@
1
+// Any copyright is dedicated to the Public Domain.
2
+// http://creativecommons.org/publicdomain/zero/1.0/
3
+
4
+predicate p()
5
6
+method mmmm()
7
+{
8
+ //:: ExpectedOutput(exhale.failed:qp.not.injective)
9
+ //:: ExpectedOutput(exhale.failed:insufficient.permission)
10
+ //:: MissingOutput(exhale.failed:insufficient.permission, /silicon/issue/34/)
11
+ exhale forall i: Int :: p()
12
+}
13
14
+method mmmm2()
15
16
+ //:: ExpectedOutput(inhale.failed:qp.not.injective)
17
+ inhale forall i: Int :: p()
18
src/test/resources/all/issues/silicon/0595.vpr
@@ -7,7 +7,6 @@ predicate P()
method test()
requires P()
- //:: IgnoreFile(/carbon/issue/391/)
ensures forall i: Int :: i == 0 ==> P()
{}
0 commit comments