From a82aa047abc12fabc98a3c6d4993a8187b54e89e Mon Sep 17 00:00:00 2001 From: Ralf Jung <jung@mpi-sws.org> Date: Mon, 23 Apr 2018 19:21:02 +0200 Subject: [PATCH] enable a test that failed with Coq 8.6 --- theories/tests/proofmode.v | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/theories/tests/proofmode.v b/theories/tests/proofmode.v index 3fb057864..d70e016aa 100644 --- a/theories/tests/proofmode.v +++ b/theories/tests/proofmode.v @@ -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. -- GitLab