Skip to content
Snippets Groups Projects
Commit b5767192 authored by Ralf Jung's avatar Ralf Jung
Browse files

add a test for 'done' not to loop

parent e8debd6d
No related branches found
No related tags found
No related merge requests found
...@@ -416,4 +416,7 @@ Proof. ...@@ -416,4 +416,7 @@ Proof.
- reflexivity. - reflexivity.
Qed. Qed.
Lemma test_iAssumption_False_no_loop : R, R P, P.
Proof. eexists. iIntros "?" (P). done. Qed.
End tests. End tests.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment