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
Tej Chajed
iris
Commits
9eb65b87
Commit
9eb65b87
authored
Oct 28, 2017
by
Robbert Krebbers
Browse files
Temporarily remove a test that fails in Coq 8.6. See #108 for details.
parent
f5141d1d
Changes
1
Hide whitespace changes
Inline
Side-by-side
theories/tests/proofmode.v
View file @
9eb65b87
...
...
@@ -233,9 +233,6 @@ 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
.
Lemma
test_iItros_pure
:
(
⌜
¬
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