Skip to content
GitLab
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
682becbf
Commit
682becbf
authored
Oct 28, 2017
by
Robbert Krebbers
Browse files
Revert "Temporarily remove a test that fails in Coq 8.6. See
#108
for details."
Instead, as Ralf suggested, just comment the test out.
parent
6926a0c8
Changes
1
Hide whitespace changes
Inline
Side-by-side
theories/tests/proofmode.v
View file @
682becbf
...
...
@@ -233,6 +233,13 @@ Qed.
Lemma
test_iIntros_rewrite
P
(
x1
x2
x3
x4
:
nat
)
:
x1
=
x2
→
(
⌜
x2
=
x3
⌝
∗
⌜
x3
≡
x4
⌝
∗
P
)
-
∗
⌜
x1
=
x4
⌝
∗
P
.
Proof
.
iIntros
(?)
"(-> & -> & $)"
;
auto
.
Qed
.
(* TODO: This test is broken in Coq 8.6. Should be restored once we drop Coq
8.6 support. See also issue #108. *)
(*
Lemma test_iIntros_pure : (⌜ ¬False ⌝ : uPred M)%I.
Proof. by iIntros (?). Qed.
*)
End
tests
.
Section
more_tests
.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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