Skip to content
Snippets Groups Projects
Commit 9eb65b87 authored by Robbert Krebbers's avatar Robbert Krebbers
Browse files

Temporarily remove a test that fails in Coq 8.6. See #108 for details.

parent f5141d1d
No related branches found
No related tags found
No related merge requests found
...@@ -233,9 +233,6 @@ Qed. ...@@ -233,9 +233,6 @@ Qed.
Lemma test_iIntros_rewrite P (x1 x2 x3 x4 : nat) : Lemma test_iIntros_rewrite P (x1 x2 x3 x4 : nat) :
x1 = x2 ( x2 = x3 x3 x4 P) -∗ x1 = x4 P. x1 = x2 ( x2 = x3 x3 x4 P) -∗ x1 = x4 P.
Proof. iIntros (?) "(-> & -> & $)"; auto. Qed. Proof. iIntros (?) "(-> & -> & $)"; auto. Qed.
Lemma test_iItros_pure : ( ¬False : uPred M)%I.
Proof. by iIntros (?). Qed.
End tests. End tests.
Section more_tests. Section more_tests.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment