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
Iris
Iris
Commits
b5767192
Commit
b5767192
authored
Mar 07, 2018
by
Ralf Jung
Browse files
add a test for 'done' not to loop
parent
e8debd6d
Pipeline
#7322
passed with stage
in 22 minutes and 37 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
theories/tests/proofmode.v
View file @
b5767192
...
...
@@ -416,4 +416,7 @@ Proof.
-
reflexivity
.
Qed
.
Lemma
test_iAssumption_False_no_loop
:
∃
R
,
R
⊢
∀
P
,
P
.
Proof
.
eexists
.
iIntros
"?"
(
P
).
done
.
Qed
.
End
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