Skip to content
Snippets Groups Projects
Commit ae62c684 authored by Robbert Krebbers's avatar Robbert Krebbers
Browse files

Add test case.

parent efd33d41
No related branches found
No related tags found
No related merge requests found
......@@ -1405,6 +1405,11 @@ Lemma test_iFrame_not_add_emp_for_intuitionistically `{!BiAffine PROP} (P : PROP
P -∗ _ : nat, P.
Proof. iIntros "#H". iFrame "H". Show. by iExists 0. Qed.
Lemma test_auto_iff P : P P.
Proof. auto. Qed.
Lemma test_auto_wand_iff P : P ∗-∗ P.
Proof. auto. Qed.
End tests.
Section parsing_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