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
c
Commits
9be882d3
Commit
9be882d3
authored
Jun 20, 2018
by
Léon Gondelman
Browse files
move the test file into tests/
parent
bff1360b
Changes
2
Hide whitespace changes
Inline
Side-by-side
_CoqProject
View file @
9be882d3
...
...
@@ -13,7 +13,7 @@ theories/vcgen/dcexpr.v
theories/vcgen/denv.v
theories/vcgen/splitenv.v
theories/vcgen/vcgen.v
theories/vcgen/test.v
theories/vcgen/
tests/
test.v
theories/vcgen/tests/swap.v
# theories/heap_lang_vcgen/dval.v
# theories/heap_lang_vcgen/vcgen.v
...
...
theories/vcgen/test.v
→
theories/vcgen/
tests/
test.v
View file @
9be882d3
...
...
@@ -76,7 +76,8 @@ Section tests_vcg.
simpl
.
auto
.
Qed
.
Lemma
test5
(
l
k
:
loc
)
(
e1
e2
:
expr
)
`
{
Closed
[]
e1
,
Closed
[]
e2
}
:
(*
Lemma test6 (l k : loc) (e1 e2 : expr) `{Closed [] e1, Closed [] e2}:
(∀ Φ, Φ #11 -∗ awp e1 True Φ) -∗
(∀ Φ, Φ #12 -∗ awp e2 True Φ) -∗
l ↦C #1 -∗
...
...
@@ -101,4 +102,5 @@ Section tests_vcg.
[iApply wp_interp_sane_sound|by rewrite /denv_interp /=]; simpl.
iExists (dValUnknown (#14)). eauto with iFrame.
Qed.
*)
End
tests_vcg
.
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