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
Jonas Kastberg
iris
Commits
ecbeddd1
Commit
ecbeddd1
authored
Sep 27, 2017
by
Ralf Jung
Browse files
add tests for recently fixed issues
parent
aaa4f987
Changes
1
Hide whitespace changes
Inline
Side-by-side
theories/tests/proofmode.v
View file @
ecbeddd1
...
...
@@ -181,6 +181,19 @@ Proof.
iL
ö
b
as
"IH"
.
iDestruct
"IH"
as
(
n
)
"IH"
.
by
iExists
(
S
n
).
Qed
.
Lemma
test_iIntros_start_proof
:
(
True
:
uPred
M
)%
I
.
Proof
.
(* Make sure iIntros actually makes progress and enters the proofmode. *)
progress
iIntros
.
done
.
Qed
.
Lemma
test_True_intros
:
(
True
:
uPred
M
)
-
∗
True
.
Proof
.
iIntros
"?"
.
done
.
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