Skip to content
Snippets Groups Projects
Commit 682becbf authored by Robbert Krebbers's avatar 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
No related branches found
No related tags found
No related merge requests found
......@@ -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.
......
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