Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Iris
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Yixuan Chen
Iris
Commits
47f94239
Commit
47f94239
authored
4 years ago
by
Ralf Jung
Browse files
Options
Downloads
Patches
Plain Diff
fix build on old Coq
parent
153bc7bd
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
tests/heap_lang.ref
+4
-4
4 additions, 4 deletions
tests/heap_lang.ref
tests/heap_lang.v
+4
-4
4 additions, 4 deletions
tests/heap_lang.v
with
8 additions
and
8 deletions
tests/heap_lang.ref
+
4
−
4
View file @
47f94239
...
...
@@ -71,9 +71,9 @@
"wp_load_fail"
: string
The command has indeed failed with message:
Tactic failure: wp_load: cannot find 'Load' in (Fork
Skip
).
Tactic failure: wp_load: cannot find 'Load' in (Fork
#()
).
The command has indeed failed with message:
Tactic failure: wp_load: cannot find 'Load' in (Fork
Skip
).
Tactic failure: wp_load: cannot find 'Load' in (Fork
#()
).
"wp_load_no_ptsto"
: string
The command has indeed failed with message:
...
...
@@ -81,9 +81,9 @@ Tactic failure: wp_load: cannot find l ↦ ?.
"wp_store_fail"
: string
The command has indeed failed with message:
Tactic failure: wp_store: cannot find 'Store' in (Fork
Skip
).
Tactic failure: wp_store: cannot find 'Store' in (Fork
#()
).
The command has indeed failed with message:
Tactic failure: wp_store: cannot find 'Store' in (Fork
Skip
).
Tactic failure: wp_store: cannot find 'Store' in (Fork
#()
).
"wp_store_no_ptsto"
: string
The command has indeed failed with message:
...
...
This diff is collapsed.
Click to expand it.
tests/heap_lang.v
+
4
−
4
View file @
47f94239
...
...
@@ -151,10 +151,10 @@ Section tests.
Check
"wp_load_fail"
.
Lemma
wp_load_fail
:
⊢
WP
Fork
Skip
{{
_,
True
}}
.
⊢
WP
Fork
#
()
{{
_,
True
}}
.
Proof
.
Fail
wp_load
.
Abort
.
Lemma
twp_load_fail
:
⊢
WP
Fork
Skip
[{
_,
True
}]
.
⊢
WP
Fork
#
()
[{
_,
True
}]
.
Proof
.
Fail
wp_load
.
Abort
.
Check
"wp_load_no_ptsto"
.
Lemma
wp_load_fail_no_ptsto
(
l
:
loc
)
:
...
...
@@ -163,10 +163,10 @@ Section tests.
Check
"wp_store_fail"
.
Lemma
wp_store_fail
:
⊢
WP
Fork
Skip
{{
_,
True
}}
.
⊢
WP
Fork
#
()
{{
_,
True
}}
.
Proof
.
Fail
wp_store
.
Abort
.
Lemma
twp_store_fail
:
⊢
WP
Fork
Skip
[{
_,
True
}]
.
⊢
WP
Fork
#
()
[{
_,
True
}]
.
Proof
.
Fail
wp_store
.
Abort
.
Check
"wp_store_no_ptsto"
.
Lemma
wp_store_fail_no_ptsto
(
l
:
loc
)
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment