Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Rice Wine
Iris
Commits
a82aa047
Commit
a82aa047
authored
Apr 23, 2018
by
Ralf Jung
Browse files
enable a test that failed with Coq 8.6
parent
c650b0ee
Changes
1
Hide whitespace changes
Inline
Side-by-side
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
Supports
Markdown
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