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

fix test

parent 88d1650a
No related branches found
No related tags found
No related merge requests found
......@@ -659,6 +659,10 @@ No applicable tactic.
"H" : P
--------------------------------------□
∃ _ : nat, True
"test_iIntros_auto_name_used_later"
: string
The command has indeed failed with message:
x is already used.
"elim_mod_accessor"
: string
1 goal
......
......@@ -1486,6 +1486,7 @@ Proof. auto. Qed.
Lemma test_auto_wand_iff P : P ∗-∗ P.
Proof. auto. Qed.
Check "test_iIntros_auto_name_used_later".
Lemma test_iIntros_auto_name_used_later (Φ: nat PROP) :
x y, Φ (x+y).
Proof.
......
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