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
Pierre Roux
Iris
Commits
cdaf74c3
Commit
cdaf74c3
authored
4 years ago
by
Robbert Krebbers
Browse files
Options
Downloads
Patches
Plain Diff
Use `Implicit Types` in HeapLang tests; this fixes compilation with Coq 8.11.
parent
f643fbe4
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
+1
-1
1 addition, 1 deletion
tests/heap_lang.ref
tests/heap_lang.v
+1
-0
1 addition, 0 deletions
tests/heap_lang.v
with
2 additions
and
1 deletion
tests/heap_lang.ref
+
1
−
1
View file @
cdaf74c3
...
...
@@ -195,7 +195,7 @@ Tactic failure: wp_pure: cannot find ?y in (Var "x") or
Σ : gFunctors
heapG0 : heapG Σ
E1, E2 : coPset
P : iProp
I
Σ
P : iProp Σ
============================
Atomic (stuckness_to_atomicity NotStuck) (#() #())
...
...
This diff is collapsed.
Click to expand it.
tests/heap_lang.v
+
1
−
0
View file @
cdaf74c3
...
...
@@ -325,6 +325,7 @@ End inv_mapsto_tests.
Section
atomic
.
Context
`{
!
heapG
Σ
}
.
Implicit
Types
P
Q
:
iProp
Σ
.
(* These tests check if a side-condition for [Atomic] is generated *)
Check
"wp_iMod_fupd_atomic"
.
...
...
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