Skip to content
Snippets Groups Projects
Commit a82aa047 authored by Ralf Jung's avatar Ralf Jung
Browse files

enable a test that failed with Coq 8.6

parent c650b0ee
No related branches found
No related tags found
No related merge requests found
......@@ -328,12 +328,8 @@ Proof.
done.
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.
Lemma test_iIntros_pure_neg : ( ¬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