Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Marianna Rapoport
iris-coq
Commits
a82aa047
Commit
a82aa047
authored
Apr 23, 2018
by
Ralf Jung
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
enable a test that failed with Coq 8.6
parent
c650b0ee
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
5 deletions
+1
-5
theories/tests/proofmode.v
theories/tests/proofmode.v
+1
-5
No files found.
theories/tests/proofmode.v
View file @
a82aa047
...
...
@@ -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
.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment