From 682becbf9632409118d981304382a24149100ea1 Mon Sep 17 00:00:00 2001
From: Robbert Krebbers <mail@robbertkrebbers.nl>
Date: Sat, 28 Oct 2017 17:51:04 +0200
Subject: [PATCH] Revert "Temporarily remove a test that fails in Coq 8.6. See
 #108 for details."

Instead, as Ralf suggested, just comment the test out.
---
 theories/tests/proofmode.v | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/theories/tests/proofmode.v b/theories/tests/proofmode.v
index 1ed83a72f..2ca6c7bf3 100644
--- a/theories/tests/proofmode.v
+++ b/theories/tests/proofmode.v
@@ -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.
-- 
GitLab