Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Jonas Kastberg
iris
Commits
b6859ed1
Commit
b6859ed1
authored
Feb 10, 2020
by
Robbert Krebbers
Browse files
Disable test, since it's not compatible with Coq 8.8 and 8.9.
parent
eef6260f
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/proofmode.v
View file @
b6859ed1
...
...
@@ -239,6 +239,8 @@ Proof.
iFrame
.
Qed
.
(* Test for issue #288 *)
(* FIXME: Restore once we drop support for Coq 8.8 and Coq 8.9.
Lemma test_iExists_unused : (∃ P : PROP, ∃ x : nat, P)%I.
Proof.
iExists _.
...
...
@@ -246,6 +248,7 @@ Proof.
iAssert emp%I as "H"; first done.
iExact "H".
Qed.
*)
(* Check coercions *)
Lemma
test_iExist_coercion
(
P
:
Z
→
PROP
)
:
(
∀
x
,
P
x
)
-
∗
∃
x
,
P
x
.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment